Skip to content
Snippets Groups Projects
Commit 09eea1dc authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/libc++: disable on ppc64le and s390x

those does not have llvm-libunwind
parent 3b5707d3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ pkgrel=0 ...@@ -7,7 +7,7 @@ pkgrel=0
_llvmver=${pkgver%%.*} _llvmver=${pkgver%%.*}
pkgdesc="A new implementation of the C++ standard library, targeting C++11" pkgdesc="A new implementation of the C++ standard library, targeting C++11"
url="http://libcxx.llvm.org/" url="http://libcxx.llvm.org/"
arch="all" arch="all !ppc64le !s390x"
license="UOI-NCSA" license="UOI-NCSA"
makedepends="cmake makedepends="cmake
clang>=$_llvmver clang>=$_llvmver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment