From 6025f0fe0e2d82448507a88679a3a06853dc769f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 8 Dec 2019 15:43:32 +0300 Subject: Disable LLDB on Dyson (unportable) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3