From c87d3f3f6e4fab6be0ef74997ea80b04964d7242 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 29 Jul 2014 11:41:17 +0000 Subject: [PATCH] Disable lldb for ppc64el. Thanks to Dimitri John Ledkov (Closes: #756380) --- debian/changelog | 6 ++++++ debian/rules | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dab901de..401e4551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.5 (1:3.5~+rc1-3) UNRELEASED; urgency=medium + + * Disable lldb for ppc64el. Thanks to Dimitri John Ledkov (Closes: #756380) + + -- Sylvestre Ledru Tue, 29 Jul 2014 13:40:20 +0200 + llvm-toolchain-3.5 (1:3.5~+rc1-2) unstable; urgency=medium * Sync with 3.4 svn to retrieve some changes: diff --git a/debian/rules b/debian/rules index 581edb01..5a2a373c 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,7 @@ else control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev' endif -BINUTILS_GOLD_ARCHS := amd64 armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32 +BINUTILS_GOLD_ARCHS := amd64 armhf i386 powerpc powerpcspe ppc64 ppc64el sparc sparc64 x32 ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.23.1-1~exp3 ; echo $$?),0) ifneq (,$(findstring $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS))) # -fused-ld=gold enables the gold linker (but is not supported by all archs / distro) @@ -116,7 +116,7 @@ endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := arm64 hurd-i386 mips mipsel ia64 +LLDB_DISABLE_ARCHS := arm64 hurd-i386 mips mipsel ia64 ppc64el # hurd has threading issues # mips* fails with "undefined references to `__atomic_load_8'" ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))