]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/thumbv7em_none_eabi.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / thumbv7em_none_eabi.rs
index 141eb7e78b9e4902f6227273fe0db3f507448090..107474a86bbb28c496fc96d4e84afee42e0adc6c 100644 (file)
@@ -18,6 +18,10 @@ pub fn target() -> Target {
         data_layout: "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64".to_string(),
         arch: "arm".to_string(),
 
-        options: TargetOptions { max_atomic_width: Some(32), ..super::thumb_base::opts() },
+        options: TargetOptions {
+            abi: "eabi".to_string(),
+            max_atomic_width: Some(32),
+            ..super::thumb_base::opts()
+        },
     }
 }