Skip to content

Commit

Permalink
Merge pull request #491 from rust-osdev/fix/soft-float-abi
Browse files Browse the repository at this point in the history
change rustc-abi in custom targets to x86-softfloat
  • Loading branch information
phil-opp authored Feb 6, 2025
2 parents 2419f2f + 704b2c3 commit b6d3ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion i686-stage-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"os": "none",
"vendor": "unknown",
"relocation-model": "static",
"features": "+soft-float,-sse,-mmx"
"features": "+soft-float,-sse,-mmx",
"rustc-abi": "x86-softfloat"
}
3 changes: 2 additions & 1 deletion x86_64-stage-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"static-position-independent-executables": true,
"target-pointer-width": "64",
"relocation-model": "static",
"os": "none"
"os": "none",
"rustc-abi": "x86-softfloat"
}

0 comments on commit b6d3ef4

Please sign in to comment.