Skip to content

Commit

Permalink
Set rustc-abi: x86-softfloat in target JSON
Browse files Browse the repository at this point in the history
This additional field is required by the Rust compiler since rust-lang/rust#136146 .
  • Loading branch information
phil-opp committed Feb 10, 2025
1 parent 2265dde commit 688a21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x86_64-blog_os.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"linker": "rust-lld",
"panic-strategy": "abort",
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float"
"features": "-mmx,-sse,+soft-float",
"rustc-abi": "x86-softfloat"
}

0 comments on commit 688a21e

Please sign in to comment.