diff --git a/debian/changelog b/debian/changelog index f25a3ea6..39ef3d51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,19 @@ llvm-toolchain-4.0 (1:4.0.1-11) UNRELEASED; urgency=medium + [ Sylvestre Ledru ] * 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 ] + [ James Clarke ] + * Disable LLDB on powerpcspe - -- Sylvestre Ledru Fri, 23 Feb 2018 19:43:43 +0100 + -- James Clarke Mon, 26 Feb 2018 16:07:18 +0000 llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index d44bc4c8..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 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.