From 9b6ff62b57ac17aebbc3b69e58c3c3c5557e3367 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Wed, 13 Sep 2023 11:52:14 +0200 Subject: [PATCH] Revert "Try to enable mips64el for experimental" This reverts commit 881afc1a01a64f9768345840ad9b251d65bd85d1. --- debian/changelog | 6 ------ debian/patches/series | 2 +- debian/rules | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d892d5a..746272f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -llvm-toolchain-16 (1:16.0.6-15exp1) experimental; urgency=medium - - * Try to build mips64el - - -- Gianfranco Costamagna Tue, 12 Sep 2023 19:48:32 +0200 - llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium * Second attempt to refresh D158066.patch (Closes: #1049362) diff --git a/debian/patches/series b/debian/patches/series index 71f6fc95..60318593 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -153,4 +153,4 @@ ubuntu-releases.patch new-cmake-build-fix.patch HIP-search-path-fix.patch D158066-simd-ppc64el.patch -mips64el-ompt.patch +#mips64el-ompt.patch diff --git a/debian/rules b/debian/rules index 7d7c278f..6cb1ab63 100755 --- a/debian/rules +++ b/debian/rules @@ -1190,7 +1190,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; \