We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7fb1f commit 3e01b2eCopy full SHA for 3e01b2e
build.rs
@@ -426,6 +426,8 @@ fn main() {
426
// To filter away some flaky test (see src/float/add.rs for details)
427
if llvm_target.last() == Some(&"gnueabihf") {
428
println!("cargo:rustc-cfg=gnueabihf")
429
+ } else if llvm_target.last() == Some(&"gnueabi") {
430
+ println!("cargo:rustc-cfg=gnueabi")
431
}
432
433
// To compile intrinsics.rs for thumb targets, where there is no libc
0 commit comments