diff --git a/debian/changelog b/debian/changelog index 930a1645..0571b313 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,20 @@ llvm-toolchain-6.0 (1:6.0~+rc3-1) unstable; urgency=medium + [ Sylvestre Ledru ] * New snapshot release * Move the VCS to git. Many thanks to James Clarke for doing the conversion + * Create the directory before having the manpages generated [ John Paul Adrian Glaubitz ] * Add proposed upstream patch by James Clarke to add the missing __tls_get_addr symbol to the symbol table for TLS calls on SPARC (Closes: #890401) - -- Sylvestre Ledru Sat, 24 Feb 2018 16:57:42 +0100 + [ James Clarke ] + * Disable LLDB on powerpcspe + + -- James Clarke Mon, 26 Feb 2018 16:07:18 +0000 llvm-toolchain-6.0 (1:6.0~+rc2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 5dc9cf53..e44b43aa 100755 --- a/debian/rules +++ b/debian/rules @@ -144,7 +144,7 @@ else endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc 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.