We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb40b2 commit 8c6b760Copy full SHA for 8c6b760
compiler/rustc_llvm/build.rs
@@ -235,6 +235,7 @@ fn main() {
235
|| target.starts_with("mips-")
236
|| target.starts_with("mipsel-")
237
|| target.starts_with("powerpc-")
238
+ || target.starts_with("sparc-")
239
{
240
// 32-bit targets need to link libatomic.
241
println!("cargo:rustc-link-lib=atomic");
0 commit comments