We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc-abi
1 parent 0cce333 commit d3428c3Copy full SHA for d3428c3
example-kernels/x86_64-bootimage-example-kernels.json
@@ -11,5 +11,6 @@
11
"linker": "rust-lld",
12
"panic-strategy": "abort",
13
"disable-redzone": true,
14
- "features": "-mmx,-sse,+soft-float"
+ "features": "-mmx,-sse,+soft-float",
15
+ "rustc-abi": "x86-softfloat"
16
}
0 commit comments