]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/spec/mips64el_unknown_linux_muslabi64.rs
Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov
[rust.git] / compiler / rustc_target / src / spec / mips64el_unknown_linux_muslabi64.rs
index 766ed69df4bb8444ecb6ec8b4bedbcaa1ed0275b..01c34bc39924f1afdec9436a0d98f817471e2d30 100644 (file)
@@ -11,6 +11,6 @@ pub fn target() -> Target {
         pointer_width: 64,
         data_layout: "e-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128".to_string(),
         arch: "mips64".to_string(),
-        options: TargetOptions { mcount: "_mcount".to_string(), ..base },
+        options: TargetOptions { abi: "abi64".to_string(), mcount: "_mcount".to_string(), ..base },
     }
 }