Skip to content

Commit 704b2c3

Browse files
committed
change rustc-abi in custom targets to x86-softfloat
With the latest nightly, setting "+soft-float" in "features" is only allowed if "rustc-abi" is set to "x86-softfloat".
1 parent 2419f2f commit 704b2c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: i686-stage-3.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"os": "none",
1818
"vendor": "unknown",
1919
"relocation-model": "static",
20-
"features": "+soft-float,-sse,-mmx"
20+
"features": "+soft-float,-sse,-mmx",
21+
"rustc-abi": "x86-softfloat"
2122
}

Diff for: x86_64-stage-4.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"static-position-independent-executables": true,
1919
"target-pointer-width": "64",
2020
"relocation-model": "static",
21-
"os": "none"
21+
"os": "none",
22+
"rustc-abi": "x86-softfloat"
2223
}

0 commit comments

Comments
 (0)