mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 01:34:06 +00:00
Fix the bad declaration on the lldb desactivation
This commit is contained in:
parent
ef93c2865c
commit
92aa83c48d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-3.4 (1:3.4~+rc2-3) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Fix the bad declaration on the lldb desactivation
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Dec 2013 23:53:49 +0100
|
||||||
|
|
||||||
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)
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -107,7 +107,7 @@ LLDB_ENABLE=yes
|
|||||||
LLDB_DISABLE_ARCHS := hurd-i386 mips mipsel ia64
|
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)))
|
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||||
# Disable LLDB for this arch.
|
# Disable LLDB for this arch.
|
||||||
LLDB_ENABLE=no
|
LLDB_ENABLE=no
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user