Skip to content

Commit b6d3ef4

Browse files
authored
Merge pull request #491 from rust-osdev/fix/soft-float-abi
change rustc-abi in custom targets to x86-softfloat
2 parents 2419f2f + 704b2c3 commit b6d3ef4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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
}

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)