summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-10-15 15:43:32 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-10-15 15:43:32 +0300
commit6935a0bd2441bce5564a1802379b2b710fae4fe6 (patch)
tree090f78be59bb678be13117312c49bf8ad807af02
parent7a2b43796a4c38cf98fe05e8e4ec985318b2721b (diff)
downloadllvm-toolchain-5.0-6935a0bd2441bce5564a1802379b2b710fae4fe6.tar.gz
Disable lldb on illumos-amd64 (not supported at all)
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6abdb77..f1efb09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,6 +149,7 @@ endif
LLDB_ENABLE=yes
LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc s390x sparc64 mips64el ppc64
+LLDB_DISABLE_ARCHS += illumos-amd64
# hurd has threading issues
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable LLDB for this arch.