mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 04:45:42 +00:00
Disable python3-lldb on mips64el to unnreak the build
This commit is contained in:
parent
abc5cce08c
commit
50df25a859
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,14 @@
|
||||
llvm-toolchain-17 (1:17.0.0~+rc3-1~exp2) UNRELEASED; urgency=medium
|
||||
llvm-toolchain-17 (1:17.0.0~+rc4-1~exp1) experimental; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
* Disable wasm support on powerpc and powerpcspe
|
||||
* Remove powerpc from BINUTILS_GOLD_ARCHS again
|
||||
|
||||
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 30 Aug 2023 11:44:06 +0200
|
||||
[ Sylvestre Ledru ]
|
||||
* new upstream release
|
||||
* Disable python3-lldb on mips64el to unnreak the build
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Sep 2023 14:42:18 +0200
|
||||
|
||||
llvm-toolchain-17 (1:17.0.0~+rc3-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1208,7 +1208,7 @@ endif
|
||||
|
||||
# Disable the python binding for buster. not sure why it regressed
|
||||
# regressed de4364f1ecaa..0745b0c0354a
|
||||
if test "$(DISTRO)" = "buster"; then \
|
||||
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic" -o "$(DEB_HOST_ARCH)" = "mips64el" then \
|
||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
|
||||
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
|
||||
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
||||
|
Loading…
Reference in New Issue
Block a user