diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-11 16:45:06 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-11 16:45:06 +0000 |
commit | 8070f091c992f61518740c9c5558b3d2ed2704af (patch) | |
tree | e2dd41dbb19f08622ce09f44e87cd215a03226a3 /testing/lldb | |
parent | fe40c34f2e2961c0ea069179e8376a0fa4fc2fa6 (diff) | |
download | aports-8070f091c992f61518740c9c5558b3d2ed2704af.tar.bz2 aports-8070f091c992f61518740c9c5558b3d2ed2704af.tar.xz |
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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lldb/APKBUILD b/testing/lldb/APKBUILD index 041a40d40d..493babeabb 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=" |