mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-31 09:30:24 +00:00
Just like in 3.4, bring back lldb & lldb-dev under mips & mipsel
This commit is contained in:
parent
72ecdab7f9
commit
85ac97be76
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ llvm-toolchain-3.5 (1:3.5~+rc2-2) UNRELEASED; urgency=medium
|
||||
* Cherry-pick to commit from upstream (revisions 214906 214907)
|
||||
to improve the gcc compat
|
||||
* Remove scan-build-clang-path.diff (applied upstream)
|
||||
* Just like in 3.4, bring back lldb & lldb-dev under mips & mipsel
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 09 Aug 2014 22:36:06 +0200
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -378,7 +378,7 @@ Description: Modular compiler and toolchain technologies, examples
|
||||
# ------------- lldb -------------
|
||||
|
||||
Package: lldb-3.5
|
||||
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.5 (= ${binary:Version}), python, llvm-3.5-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.5-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.5 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
|
6
debian/rules
vendored
6
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)))
|
||||
@ -310,9 +310,9 @@ override_dh_auto_install:
|
||||
|
||||
# Rename some stuff with the version name
|
||||
cp $(CURDIR)/$(TARGET_BUILD)/tools/clang/docs/tools/clang.1 $(CURDIR)/$(TARGET_BUILD)/tools/clang/docs/tools/clang-$(LLVM_VERSION).1
|
||||
|
||||
|
||||
cp $(CURDIR)/clang/tools/scan-build/scan-build.1 $(CURDIR)/clang/tools/scan-build/scan-build-$(LLVM_VERSION).1
|
||||
|
||||
|
||||
cp -f $(CURDIR)/utils/vim/llvm.vim $(CURDIR)/utils/vim/llvm-$(LLVM_VERSION).vim
|
||||
|
||||
cp -f $(CURDIR)/utils/vim/tablegen.vim $(CURDIR)/utils/vim/tablegen-$(LLVM_VERSION).vim
|
||||
|
Loading…
Reference in New Issue
Block a user