Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b6d3ef4

Browse files
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /