x86_64-unknown-none: Drop the abi field
(Work on this target sponsored by Profian.)
This commit is contained in:
parent
b0efa05e5a
commit
b0d1e3be23
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOpt
|
|||
|
||||
pub fn target() -> Target {
|
||||
let opts = TargetOptions {
|
||||
abi: "softfloat".to_string(),
|
||||
linker_flavor: LinkerFlavor::Lld(LldFlavor::Ld),
|
||||
linker: Some("rust-lld".to_owned()),
|
||||
features: "-mmx,-sse,+soft-float".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue