summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-08-26 22:54:58 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-08-26 22:59:19 -0700
commit8018a505149f356e08a06ba7cc5d9f9f2f0a3e99 (patch)
treee455ef22dd264bf03c4efef618dbbb540564f01f /ci/run.sh
parenta097ff6d35546fed1ebb4a9ad2c5f181381c5113 (diff)
downloadrust-libc-8018a505149f356e08a06ba7cc5d9f9f2f0a3e99.tar.gz
Get powerpc-unknown-linux-gnu working and tested
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run.sh b/ci/run.sh
index aea1de8dfe..d250c27b75 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -117,6 +117,10 @@ case "$TARGET" in
qemu-mips -L /usr/mips-linux-gnu $CARGO_TARGET_DIR/$TARGET/debug/libc-test
;;
+ powerpc-unknown-linux-gnu)
+ qemu-ppc -L /usr/powerpc-linux-gnu $CARGO_TARGET_DIR/$TARGET/debug/libc-test
+ ;;
+
aarch64-unknown-linux-gnu)
qemu-aarch64 -L /usr/aarch64-linux-gnu/ $CARGO_TARGET_DIR/$TARGET/debug/libc-test
;;