diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-15 19:28:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-15 19:28:47 +0000 |
commit | a7d9ddb1d6795f08a2003bc06f2f2f12f7858c12 (patch) | |
tree | 63ce7907e19cb4029e50a7bed136134935a86cb2 /main | |
parent | 29efe5822cf39d340434b4436abafe94d9ea2ac1 (diff) | |
download | aports-a7d9ddb1d6795f08a2003bc06f2f2f12f7858c12.tar.bz2 aports-a7d9ddb1d6795f08a2003bc06f2f2f12f7858c12.tar.xz |
main/compiler-rt: disable on ppc64le
it appears to not detect any supported architectures for some reason
disable for now.
Diffstat (limited to 'main')
-rw-r--r-- | main/compiler-rt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/compiler-rt/APKBUILD b/main/compiler-rt/APKBUILD index 04f4571230..6ce22e29d3 100644 --- a/main/compiler-rt/APKBUILD +++ b/main/compiler-rt/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.0.0 pkgrel=0 _llvmver=${pkgver%%.*} pkgdesc="LLVM compiler-rt runtime libraries" -arch="all" +arch="all !ppc64le" url="http://llvm.org/" license="UOI-NCSA" makedepends=" |