]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/armv7r_none_eabi.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / armv7r_none_eabi.rs
index 3f49bd87869374a453a8b7eae7a16740b6f0b8f2..c695542805599b00a40a63f02a2e157c6043b8f3 100644 (file)
@@ -11,13 +11,13 @@ pub fn target() -> Target {
         arch: "arm".to_string(),
 
         options: TargetOptions {
+            abi: "eabi".to_string(),
             linker_flavor: LinkerFlavor::Lld(LldFlavor::Ld),
             executables: true,
             linker: Some("rust-lld".to_owned()),
             relocation_model: RelocModel::Static,
             panic_strategy: PanicStrategy::Abort,
             max_atomic_width: Some(32),
-            unsupported_abis: super::arm_base::unsupported_abis(),
             emit_debug_gdb_scripts: false,
             ..Default::default()
         },