testing/libc++: disable on ppc64le and s390x

those does not have llvm-libunwind
This commit is contained in:
Natanael Copa 2017-05-17 15:56:40 +00:00
parent 3b5707d385
commit 09eea1dc47

View File

@ -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