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 18eeac0 commit a71b024Copy full SHA for a71b024
compiler/rustc_llvm/build.rs
@@ -255,7 +255,7 @@ fn main() {
255
println!("cargo:rustc-link-lib=kstat");
256
}
257
258
- if (target.starts_with("arm") && !target.contains("freebsd")) && !target.contains("ohos")
+ if (target.starts_with("arm") && !target.contains("freebsd") && !target.contains("ohos"))
259
|| target.starts_with("mips-")
260
|| target.starts_with("mipsel-")
261
|| target.starts_with("powerpc-")
0 commit comments