From 54970bfc01f62e278f244649e72b5e4155b680b6 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Mon, 26 Feb 2018 16:06:56 +0000 Subject: [PATCH] Sort LLDB_DISABLE_ARCHS Gbp-Dch: Ignore --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6f3cfe29..00879ae4 100755 --- a/debian/rules +++ b/debian/rules @@ -143,7 +143,7 @@ else endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc powerpcspe s390x sparc64 mips64el ppc64 +LLDB_DISABLE_ARCHS := hurd-i386 ia64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc64 # hurd has threading issues ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH))) # Disable LLDB for this arch.