Skip to content

Commit d59877d

Browse files
committed
change rustc-abi in custom targets to x86-softfloat
This is a direct port of the Tom Dohrmann's PR: rust-osdev/bootloader#492 Which, in turn, "fixes a nightly breakage introduced by": rust-lang/rust#136146
1 parent 46cbbcd commit d59877d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oxerun/x86_64-xen-pv.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"arch": "x86_64",
33
"cpu": "x86-64",
4-
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
4+
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
55
"disable-redzone": true,
66
"dynamic-linking": false,
77
"env": "",
88
"executables": true,
99
"features": "-mmx,-sse,+soft-float",
10+
"rustc-abi": "x86-softfloat",
1011
"has-rpath": false,
1112
"is-builtin": false,
1213
"linker": "rust-lld",

0 commit comments

Comments
 (0)