mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 09:09:14 +00:00
Disable LLDB also for ia64, mips & mipsel
This commit is contained in:
parent
f744e8a5c2
commit
ef93c2865c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,7 +1,7 @@
|
|||||||
llvm-toolchain-3.4 (1:3.4~+rc2-2) unstable; urgency=low
|
llvm-toolchain-3.4 (1:3.4~+rc2-2) unstable; urgency=low
|
||||||
|
|
||||||
* Add the Ocaml ABI dependency (Closes: #731344)
|
* 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
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Dec 2013 15:37:39 +0100
|
||||||
|
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -361,8 +361,8 @@ Description: Modular compiler and toolchain technologies, examples
|
|||||||
# ------------- lldb -------------
|
# ------------- lldb -------------
|
||||||
|
|
||||||
Package: lldb-3.4
|
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
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 powerpc s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32
|
||||||
# mips mipsel hurd have been removed
|
# ia64 mips mipsel hurd have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}), python, llvm-3.4-dev
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}), python, llvm-3.4-dev
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Replaces: lldb-3.2, lldb-3.3, lldb-3.5
|
Replaces: lldb-3.2, lldb-3.3, lldb-3.5
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -104,7 +104,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
LLDB_ENABLE=yes
|
LLDB_ENABLE=yes
|
||||||
LLDB_DISABLE_ARCHS := hurd-i386 mips mipsel
|
LLDB_DISABLE_ARCHS := hurd-i386 mips mipsel ia64
|
||||||
# hurd has threading issues
|
# hurd has threading issues
|
||||||
# mips* fails with "undefined references to `__atomic_load_8'"
|
# mips* fails with "undefined references to `__atomic_load_8'"
|
||||||
ifneq (,$(findstring $(DEB_HOST_ARCH),$(LLDB_DISABLE_ARCHS)))
|
ifneq (,$(findstring $(DEB_HOST_ARCH),$(LLDB_DISABLE_ARCHS)))
|
||||||
|
Loading…
Reference in New Issue
Block a user