mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 23:02:08 +00:00
Just like in 3.4 & 3.5, bring back lldb & lldb-dev under mips & mipsel
This commit is contained in:
parent
22fb49008f
commit
1f0b4e32fa
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-snapshot (1:3.6~svn215195-3) unstable; urgency=medium
|
||||
|
||||
* Just like in 3.4 & 3.5, bring back lldb & lldb-dev under mips & mipsel
|
||||
|
||||
--
|
||||
|
||||
llvm-toolchain-snapshot (1:3.6~svn215195-2) unstable; urgency=medium
|
||||
|
||||
* try to build lldb-mi under kfreebsd (kfreebsd-lldb-mi.diff)
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -378,7 +378,7 @@ Description: Modular compiler and toolchain technologies, examples
|
||||
# ------------- lldb -------------
|
||||
|
||||
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
|
||||
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
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
@ -390,7 +390,7 @@ Description: Next generation, high-performance debugger
|
||||
Project, such as the Clang expression parser and LLVM disassembler.
|
||||
|
||||
Package: lldb-3.6-dev
|
||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc
|
||||
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}, lldb-3.6 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -116,7 +116,7 @@ endif
|
||||
|
||||
|
||||
LLDB_ENABLE=yes
|
||||
LLDB_DISABLE_ARCHS := arm64 hurd-i386 mips mipsel ia64 ppc64el
|
||||
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)))
|
||||
|
Loading…
Reference in New Issue
Block a user