Skip to content

Commit 7a819ad

Browse files
committed
rust-hypervisor-firmware: fix build with current rust
softfloat must be declared more explicitely now. See: rust-lang/rust#136146 Signed-off-by: Markus Theil <[email protected]>
1 parent 3083461 commit 7a819ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/applications/virtualization/rust-hypervisor-firmware/x86_64-unknown-none.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"relocation-model": "pic",
1717
"pre-link-args": {
1818
"ld.lld": ["--script=x86_64-unknown-none.ld"]
19-
}
19+
},
20+
"rustc-abi": "x86-softfloat"
2021
}

0 commit comments

Comments
 (0)