librustc_back: Fix triple for linux armhf.

This commit is contained in:
Luqman Aden 2014-11-04 18:13:37 -05:00
parent 3a8f4ec32a
commit 2c09da7d1e

View File

@ -18,7 +18,7 @@ pub fn target() -> Target {
-f32:32:32-f64:64:64\
-v64:64:64-v128:64:128\
-a0:0:64-n32".to_string(),
llvm_target: "arm-unknown-linux-gnueabi".to_string(),
llvm_target: "arm-unknown-linux-gnueabihf".to_string(),
target_endian: "little".to_string(),
target_word_size: "32".to_string(),
arch: "arm".to_string(),