summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-29 14:31:54 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-29 14:31:54 +0300
commit24254972eecd64b4752eadf0a1386e774a6b7291 (patch)
treec588e14f971bca9ad3019526f368f6bfaf7cb99b
parentdf36a469d77312f6dc0dccf08252542c16cf3308 (diff)
downloadllvm-toolchain-3.8-24254972eecd64b4752eadf0a1386e774a6b7291.tar.gz
Disable lldb on illumos-amd64 (not supported at all)
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e55634c..3679521 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,7 +126,7 @@ endif
LLDB_ENABLE=yes
-LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc s390x sparc64 ppc64 mips64el
+LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc s390x sparc64 ppc64 mips64el illumos-amd64
# hurd has threading issues
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable LLDB for this arch.