summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpkubaj <pkubaj@users.noreply.github.com>2019-05-23 13:39:27 +0200
committerGitHub <noreply@github.com>2019-05-23 13:39:27 +0200
commit8d3175c185d2123db4d2586fc8004d5434578ab9 (patch)
tree139ba1ab68b5812f7242f337a453bbf5230fe642
parentecb4e97f52bac72db77f3d8c50fce63e00c47512 (diff)
downloadrust-libc-8d3175c185d2123db4d2586fc8004d5434578ab9.tar.gz
Add powerpc64-unknown-freebsd target
Per https://github.com/rust-lang-nursery/stdsimd/pull/765 add powerpc64-unknown-freebsd to prevent further breakages.
-rw-r--r--ci/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
index eb07c182ea..bab7be9dd5 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -81,6 +81,7 @@ mipsel-unknown-linux-gnu \
mipsel-unknown-linux-gnu \
mipsel-unknown-linux-musl \
powerpc-unknown-linux-gnu \
+powerpc64-unknown-freebsd \
powerpc64-unknown-linux-gnu \
powerpc64le-unknown-linux-gnu \
s390x-unknown-linux-gnu \