Skip to content

Commit c887852

Browse files
committed
Remove a mention of force-soft-float in build.rs
`libm` no longer uses this directly in `cfg`, it is only for setting other configuration in the `libm` `build.rs`. Clean up this configuration in `compiler-builtins` since it is unused.
1 parent 1901c41 commit c887852

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler-builtins/build.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ fn configure_libm(target: &Target) {
101101
println!("cargo:rustc-cfg=intrinsics_enabled");
102102

103103
// The arch module may contain assembly.
104-
if cfg!(feature = "no-asm") {
105-
println!("cargo:rustc-cfg=feature=\"force-soft-floats\"");
106-
} else {
104+
if !cfg!(feature = "no-asm") {
107105
println!("cargo:rustc-cfg=arch_enabled");
108106
}
109107

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy