test the thumbv7em-none-eabihf target
This commit is contained in:
parent
9d74cf08b8
commit
0404438809
|
@ -34,6 +34,8 @@ matrix:
|
|||
os: linux
|
||||
- env: TARGET=thumbv7em-none-eabi
|
||||
os: linux
|
||||
- env: TARGET=thumbv7em-none-eabihf
|
||||
os: linux
|
||||
- env: TARGET=thumbv7m-none-eabi
|
||||
os: linux
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
|
|
|
@ -32,7 +32,7 @@ if [[ $TARGET != $HOST && ! $TARGET =~ ^i.86- ]]; then
|
|||
# `int main() { return 0; }`
|
||||
RUN_TESTS=n
|
||||
;;
|
||||
thumbv*-none-eabi)
|
||||
thumbv*-none-eabi*)
|
||||
CARGO=xargo
|
||||
GCC_TRIPLE=arm-none-eabi
|
||||
# Bare metal targets. No `std` or `test` crates for these targets.
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"arch": "arm",
|
||||
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
|
||||
"features": "+vfp4",
|
||||
"llvm-target": "thumbv7em-none-eabihf",
|
||||
"os": "none",
|
||||
"target-endian": "little",
|
||||
"target-pointer-width": "32"
|
||||
}
|
Loading…
Reference in New Issue