summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-08 15:43:32 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-08 15:43:50 +0300
commit6025f0fe0e2d82448507a88679a3a06853dc769f (patch)
tree907d682c2713ca10541de7b3deb9f4a4b31b45d1
parent914d72eae66a18534ef39d3eeb9723eb11e26a7c (diff)
downloadllvm-toolchain-8-6025f0fe0e2d82448507a88679a3a06853dc769f.tar.gz
Disable LLDB on Dyson (unportable)
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a828c0a..fb8a9c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -210,7 +210,7 @@ else
endif
LLDB_ENABLE=yes
-LLDB_DISABLE_ARCHS := hurd-i386 ia64 powerpc powerpcspe ppc64 riscv64 s390x sparc64
+LLDB_DISABLE_ARCHS := illumos-amd64 hurd-i386 ia64 powerpc powerpcspe ppc64 riscv64 s390x sparc64
# hurd has threading issues
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable LLDB for this arch.