We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3ed448 + 2c09da7 commit b5ca21eCopy full SHA for b5ca21e
src/librustc_back/target/arm_unknown_linux_gnueabihf.rs
@@ -18,7 +18,7 @@ pub fn target() -> Target {
18
-f32:32:32-f64:64:64\
19
-v64:64:64-v128:64:128\
20
-a0:0:64-n32".to_string(),
21
- llvm_target: "arm-unknown-linux-gnueabi".to_string(),
+ llvm_target: "arm-unknown-linux-gnueabihf".to_string(),
22
target_endian: "little".to_string(),
23
target_word_size: "32".to_string(),
24
arch: "arm".to_string(),
0 commit comments