Skip to content

Commit 2c09da7

Browse files
committed
librustc_back: Fix triple for linux armhf.
1 parent 3a8f4ec commit 2c09da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/arm_unknown_linux_gnueabihf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn target() -> Target {
1818
-f32:32:32-f64:64:64\
1919
-v64:64:64-v128:64:128\
2020
-a0:0:64-n32".to_string(),
21-
llvm_target: "arm-unknown-linux-gnueabi".to_string(),
21+
llvm_target: "arm-unknown-linux-gnueabihf".to_string(),
2222
target_endian: "little".to_string(),
2323
target_word_size: "32".to_string(),
2424
arch: "arm".to_string(),

0 commit comments

Comments
 (0)