Skip to content

Commit 688a21e

Browse files
committed
Set rustc-abi: x86-softfloat in target JSON
This additional field is required by the Rust compiler since rust-lang/rust#136146 .
1 parent 2265dde commit 688a21e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x86_64-blog_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)