]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/spec/armv7_unknown_linux_gnueabihf.rs
Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry
[rust.git] / compiler / rustc_target / src / spec / armv7_unknown_linux_gnueabihf.rs
index f80f56ee3c580cd055d67b7907775c9761f8332b..48c16b620fd69e6cf9a4780b8b291d2a76ef02c9 100644 (file)
@@ -4,7 +4,7 @@
 // thumb-mode. See the thumbv7neon variant for enabling both.
 
 pub fn target() -> Target {
-    let base = super::linux_base::opts();
+    let base = super::linux_gnu_base::opts();
     Target {
         llvm_target: "armv7-unknown-linux-gnueabihf".to_string(),
         pointer_width: 32,