summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-23 12:32:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-23 12:32:42 +0400
commit77536eea5a86ec189cc930e37b3236a7dfe63002 (patch)
tree2bbed624ab195fbaccc4ab0365a6a45c65522136
parentb882c2e88a22a060ad7fc965e1f2046ebe641095 (diff)
downloadllvm-toolchain-3.5-77536eea5a86ec189cc930e37b3236a7dfe63002.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 3dd5c65..5d68d33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ endif
LLDB_ENABLE=yes
-LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el
+LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el illumos-amd64
# hurd has threading issues
# mips* fails with "undefined references to `__atomic_load_8'"
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))