mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:49:52 +00:00
Also limit the number of archs for liblldb-dev
This commit is contained in:
parent
ccc064e352
commit
bf6ebbcaff
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ llvm-toolchain-3.4 (1:3.4~+rc3-1) unstable; urgency=low
|
||||
See: fix-an-issue-in-chroot-witout-proc.diff
|
||||
* Bring back lldb-link-atomic.diff to make sure lldb builds under
|
||||
powerpc
|
||||
* Also limit the number of archs for liblldb-dev
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 17 Dec 2013 11:27:40 +0100
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -373,7 +373,8 @@ Description: Next generation, high-performance debugger
|
||||
Project, such as the Clang expression parser and LLVM disassembler.
|
||||
|
||||
Package: lldb-3.4-dev
|
||||
Architecture: any
|
||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha arm64 hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc
|
||||
# ia64 mips mipsel hurd have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.4 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Next generation, high-performance debugger - Header files
|
||||
|
Loading…
Reference in New Issue
Block a user