Skip to content

Commit b0d1e3b

Browse files
joshtriplettmikeleany
authored andcommitted
x86_64-unknown-none: Drop the abi field
(Work on this target sponsored by Profian.)
1 parent b0efa05 commit b0d1e3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_target/src/spec/x86_64_unknown_none.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOpt
88

99
pub fn target() -> Target {
1010
let opts = TargetOptions {
11-
abi: "softfloat".to_string(),
1211
linker_flavor: LinkerFlavor::Lld(LldFlavor::Ld),
1312
linker: Some("rust-lld".to_owned()),
1413
features: "-mmx,-sse,+soft-float".to_string(),

0 commit comments

Comments
 (0)