File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ matrix:
34
34
os : linux
35
35
- env : TARGET=thumbv7em-none-eabi
36
36
os : linux
37
+ - env : TARGET=thumbv7em-none-eabihf
38
+ os : linux
37
39
- env : TARGET=thumbv7m-none-eabi
38
40
os : linux
39
41
- env : TARGET=x86_64-apple-darwin
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if [[ $TARGET != $HOST && ! $TARGET =~ ^i.86- ]]; then
32
32
# `int main() { return 0; }`
33
33
RUN_TESTS=n
34
34
;;
35
- thumbv* -none-eabi)
35
+ thumbv* -none-eabi* )
36
36
CARGO=xargo
37
37
GCC_TRIPLE=arm-none-eabi
38
38
# Bare metal targets. No `std` or `test` crates for these targets.
Original file line number Diff line number Diff line change
1
+ {
2
+ "arch" : " arm" ,
3
+ "data-layout" : " e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" ,
4
+ "features" : " +vfp4" ,
5
+ "llvm-target" : " thumbv7em-none-eabihf" ,
6
+ "os" : " none" ,
7
+ "target-endian" : " little" ,
8
+ "target-pointer-width" : " 32"
9
+ }
You can’t perform that action at this time.
0 commit comments