Skip to content

Commit 4c83415

Browse files
committed
fix: Adds explicit ABI for soft-float spec
rust-lang/rust#136544
1 parent 1474d6d commit 4c83415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x86_64-rust_os.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"linker": "rust-lld",
1212
"panic-strategy": "abort",
1313
"disable-redzone": true,
14-
"features": "-mmx,-sse,+soft-float"
14+
"features": "-mmx,-sse,+soft-float",
15+
"rustc-abi": "x86-softfloat"
1516
}

0 commit comments

Comments
 (0)