Skip to content

Commit 3e01b2e

Browse files
committed
Add build cfg for gnueabi
1 parent 3e7fb1f commit 3e01b2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ fn main() {
426426
// To filter away some flaky test (see src/float/add.rs for details)
427427
if llvm_target.last() == Some(&"gnueabihf") {
428428
println!("cargo:rustc-cfg=gnueabihf")
429+
} else if llvm_target.last() == Some(&"gnueabi") {
430+
println!("cargo:rustc-cfg=gnueabi")
429431
}
430432

431433
// To compile intrinsics.rs for thumb targets, where there is no libc

0 commit comments

Comments
 (0)