Skip to content

Commit 70cd13e

Browse files
committed
Remove soft-float flag
`-Csoft-float` is deprecated. Soft float is enabled by the target spec. $ rustc -Z unstable-options --target=x86_64-unknown-uefi --print target-spec-json | grep features "features": "-mmx,-sse,+soft-float", Ref: rust-lang/rust#129893 Signed-off-by: Tim Crawford <[email protected]>
1 parent 1a37d68 commit 70cd13e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ $(BUILD)/boot.efi: Cargo.lock Cargo.toml src/* src/*/*
5151
--target $(TARGET) \
5252
--release \
5353
-- \
54-
-C soft-float \
5554
--emit link=$@

0 commit comments

Comments
 (0)