Skip to content

Commit

Permalink
Remove soft-float flag
Browse files Browse the repository at this point in the history
`-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]>
  • Loading branch information
crawfxrd committed Nov 14, 2024
1 parent 1a37d68 commit 70cd13e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ $(BUILD)/boot.efi: Cargo.lock Cargo.toml src/* src/*/*
--target $(TARGET) \
--release \
-- \
-C soft-float \
--emit link=$@

0 comments on commit 70cd13e

Please sign in to comment.