From 24254972eecd64b4752eadf0a1386e774a6b7291 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 29 Dec 2016 14:31:54 +0300 Subject: Disable lldb on illumos-amd64 (not supported at all) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3