We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
abi
1 parent 7dc1915 commit 4cfd53dCopy full SHA for 4cfd53d
compiler/rustc_target/src/spec/x86_64_unknown_none.rs
@@ -8,7 +8,6 @@ use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOpt
8
9
pub fn target() -> Target {
10
let opts = TargetOptions {
11
- abi: "softfloat".to_string(),
12
linker_flavor: LinkerFlavor::Lld(LldFlavor::Ld),
13
linker: Some("rust-lld".to_owned()),
14
features: "-mmx,-sse,+soft-float".to_string(),
0 commit comments