try 32-bit qemu for ppc64le

master
Jorge Aparicio 2016-08-13 18:58:41 -05:00
parent f300480aa9
commit c34b356c44
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,8 @@ sudo: required
matrix:
include:
- env: TARGET=powerpc64le-unknown-linux-gnu
os: linux
- env: TARGET=aarch64-unknown-linux-gnu
os: linux
- env: TARGET=arm-unknown-linux-gnueabi
@ -27,8 +29,6 @@ matrix:
os: linux
- env: TARGET=powerpc64-unknown-linux-gnu
os: linux
- env: TARGET=powerpc64le-unknown-linux-gnu
os: linux
- env: TARGET=thumbv6m-none-eabi
os: linux
- env: TARGET=thumbv7em-none-eabi

View File

@ -46,8 +46,8 @@ case $TARGET in
;;
powerpc64le-unknown-linux-gnu)
export PREFIX=powerpc64le-linux-gnu-
export QEMU_ARCH=i386
export QEMU_LD_PREFIX=/usr/powerpc64le-linux-gnu
export RUN_TESTS=n
;;
thumbv*-none-eabi)
export CARGO=xargo