]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/mipsel_unknown_linux_gnu.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / mipsel_unknown_linux_gnu.rs
index ed49ddd49937f9ac214a7978722b1930211d4d0e..7e9d8cd942a238a702d5f3f1d22f14fc874c6646 100644 (file)
@@ -17,6 +17,7 @@ pub fn target() -> TargetResult {
             cpu: "mips32r2".to_string(),
             features: "+mips32r2,+fpxx,+nooddspreg".to_string(),
             max_atomic_width: Some(32),
+            target_mcount: "_mcount".to_string(),
 
             ..super::linux_base::opts()
         },