Merge pull request #68 from japaric/another-thumb
test the thumbv7em-none-eabihf target
This commit is contained in:
commit
9e50598b70
|
@ -34,6 +34,8 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
- env: TARGET=thumbv7em-none-eabi
|
- env: TARGET=thumbv7em-none-eabi
|
||||||
os: linux
|
os: linux
|
||||||
|
- env: TARGET=thumbv7em-none-eabihf
|
||||||
|
os: linux
|
||||||
- env: TARGET=thumbv7m-none-eabi
|
- env: TARGET=thumbv7m-none-eabi
|
||||||
os: linux
|
os: linux
|
||||||
- env: TARGET=x86_64-apple-darwin
|
- env: TARGET=x86_64-apple-darwin
|
||||||
|
|
|
@ -32,7 +32,7 @@ if [[ $TARGET != $HOST && ! $TARGET =~ ^i.86- ]]; then
|
||||||
# `int main() { return 0; }`
|
# `int main() { return 0; }`
|
||||||
RUN_TESTS=n
|
RUN_TESTS=n
|
||||||
;;
|
;;
|
||||||
thumbv*-none-eabi)
|
thumbv*-none-eabi*)
|
||||||
CARGO=xargo
|
CARGO=xargo
|
||||||
GCC_TRIPLE=arm-none-eabi
|
GCC_TRIPLE=arm-none-eabi
|
||||||
# Bare metal targets. No `std` or `test` crates for these targets.
|
# 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