mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-02-01 18:05:51 +00:00
Fix bad dependencies on lldb 3.6
This commit is contained in:
parent
acca58c68c
commit
b8f3c34944
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-snapshot (1:3.6~svn216933-1~exp2) experimental; urgency=medium
|
||||
|
||||
* Fix bad dependencies on lldb 3.6
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 04 Sep 2014 23:39:39 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:3.6~svn216933-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -388,7 +388,7 @@ Description: Modular compiler and toolchain technologies, examples
|
||||
Package: lldb-3.6
|
||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel
|
||||
# ia64 mips mipsel hurd have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.6 (= ${binary:Version}), python, llvm-3.6-dev, liblldb-3.4, python-lldb-3.4
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.6 (= ${binary:Version}), python, llvm-3.6-dev, python-lldb-3.6
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Next generation, high-performance debugger
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@ -118,7 +118,6 @@ endif
|
||||
LLDB_ENABLE=yes
|
||||
LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el
|
||||
# hurd has threading issues
|
||||
# mips* fails with "undefined references to `__atomic_load_8'"
|
||||
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||
# Disable LLDB for this arch.
|
||||
LLDB_ENABLE=no
|
||||
|
||||
Loading…
Reference in New Issue
Block a user