Disable LLDB also for ia64, mips & mipsel

This commit is contained in:
Sylvestre Ledru 2013-12-04 17:59:26 +00:00
parent f744e8a5c2
commit ef93c2865c
3 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,7 +1,7 @@
llvm-toolchain-3.4 (1:3.4~+rc2-2) unstable; urgency=low
* Add the Ocaml ABI dependency (Closes: #731344)
* Disable LLDB also for mips & mipsel
* Disable LLDB also for ia64, mips & mipsel
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Dec 2013 15:37:39 +0100

4
debian/control vendored
View File

@ -361,8 +361,8 @@ Description: Modular compiler and toolchain technologies, examples
# ------------- lldb -------------
Package: lldb-3.4
Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32
# mips mipsel hurd have been removed
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32
# ia64 mips mipsel hurd have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}), python, llvm-3.4-dev
Pre-Depends: ${misc:Pre-Depends}
Replaces: lldb-3.2, lldb-3.3, lldb-3.5

2
debian/rules vendored
View File

@ -104,7 +104,7 @@ endif
LLDB_ENABLE=yes
LLDB_DISABLE_ARCHS := hurd-i386 mips mipsel
LLDB_DISABLE_ARCHS := hurd-i386 mips mipsel ia64
# hurd has threading issues
# mips* fails with "undefined references to `__atomic_load_8'"
ifneq (,$(findstring $(DEB_HOST_ARCH),$(LLDB_DISABLE_ARCHS)))