File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
library/compiler-builtins Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ fn main() {
51
51
println ! ( "cargo:compiler-rt={}" , cwd. join( "compiler-rt" ) . display( ) ) ;
52
52
53
53
// Activate libm's unstable features to make full use of Nightly.
54
- println ! ( "cargo::rustc-check-cfg=cfg(feature, values(\" unstable\" ))" ) ;
54
+ println ! ( "cargo::rustc-check-cfg=cfg(feature, values(\" unstable\" , \" force-soft-floats \" ))" ) ;
55
55
println ! ( "cargo:rustc-cfg=feature=\" unstable\" " ) ;
56
+ println ! ( "cargo:rustc-cfg=feature=\" force-soft-floats\" " ) ;
56
57
57
58
// Emscripten's runtime includes all the builtins
58
59
if target. os == "emscripten" {
Original file line number Diff line number Diff line change 1
- Subproject commit 279e5f6abe0a2ca9066962d9ec894f0df1f417ac
1
+ Subproject commit 300edb32520b1673e16d2411a0e2e6273959eb46
You can’t perform that action at this time.
0 commit comments