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 572ae3b commit dc8ac3eCopy full SHA for dc8ac3e
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