aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lldb
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-05-11 16:45:06 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-05-11 16:45:06 +0000
commit8070f091c992f61518740c9c5558b3d2ed2704af (patch)
treee2dd41dbb19f08622ce09f44e87cd215a03226a3 /testing/lldb
parentfe40c34f2e2961c0ea069179e8376a0fa4fc2fa6 (diff)
teting/lldb: LLDB does not support ppc64le
lldb does not have the support for ppc64le[1], and I do not see it being resolved soon. Disabling it then. [1] http://llvm.org/svn/llvm-project/lldb/trunk/source/Plugins/Process/Linux/
Diffstat (limited to 'testing/lldb')
-rw-r--r--testing/lldb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lldb/APKBUILD b/testing/lldb/APKBUILD
index 041a40d40d3..493babeabb2 100644
--- a/testing/lldb/APKBUILD
+++ b/testing/lldb/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.0.0
pkgrel=0
_vermajor=${pkgver%%.*}
pkgdesc="Next generation, high-performance debugger"
-arch="all !x86"
+arch="all !x86 !ppc64le"
url="http://llvm.org/"
license="UOI-NCSA"
makedepends="