diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libc++/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libc++/APKBUILD b/testing/libc++/APKBUILD index 65734bb7e0..ffa7f868ea 100644 --- a/testing/libc++/APKBUILD +++ b/testing/libc++/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 _llvmver=${pkgver%%.*} pkgdesc="A new implementation of the C++ standard library, targeting C++11" url="http://libcxx.llvm.org/" -arch="all" +arch="all !ppc64le !s390x" license="UOI-NCSA" makedepends="cmake clang>=$_llvmver |