]> git.proxmox.com Git - llvm-toolchain.git/commitdiff
Disable python3-lldb on mips64el to unnreak the build
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 3 Sep 2023 12:06:24 +0000 (14:06 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 3 Sep 2023 12:06:24 +0000 (14:06 +0200)
debian/changelog
debian/rules

index 02aff8846a7d3efd4f2562b20a70f6d04c843bcd..8c527910a54b8b7257757d482fb4e03fbfb3f4c8 100644 (file)
@@ -1,10 +1,13 @@
-llvm-toolchain-16 (1:16.0.6-12) UNRELEASED; urgency=medium
+llvm-toolchain-16 (1:16.0.6-12) unstable; 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:34:13 +0200
+  [ Sylvestre Ledru ]
+  * Disable python3-lldb on mips64el to unnreak the build
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 03 Sep 2023 14:06:19 +0200
 
 llvm-toolchain-16 (1:16.0.6-11) unstable; urgency=medium
 
index 2e9fc51ac6e13428e65a34f959d7c2b16c5bda80..57988a3d3afc565e9325d11325203337e2aa9456 100755 (executable)
@@ -1180,7 +1180,7 @@ endif
 
 # Disable the python binding for buster. not sure why it regressed
 # regressed de4364f1ecaa..0745b0c0354a
-       if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic"; 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; \