From 6935a0bd2441bce5564a1802379b2b710fae4fe6 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 15 Oct 2017 15:43:32 +0300 Subject: Disable lldb on illumos-amd64 (not supported at all) --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3