diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 15:56:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 15:56:40 +0000 |
commit | 09eea1dc47e11bc808f9e02fad67b5032a2128e1 (patch) | |
tree | 930b8557d6cd67c03ebfce2e3e84d0100d731622 /testing/libc++ | |
parent | 3b5707d385eecf499b59ce4e41763a4f2dc20595 (diff) | |
download | aports-09eea1dc47e11bc808f9e02fad67b5032a2128e1.tar.bz2 aports-09eea1dc47e11bc808f9e02fad67b5032a2128e1.tar.xz |
testing/libc++: disable on ppc64le and s390x
those does not have llvm-libunwind
Diffstat (limited to 'testing/libc++')
-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 |