Revert "Try to enable mips64el for experimental"

This reverts commit 881afc1a01.
This commit is contained in:
Gianfranco Costamagna 2023-09-13 11:52:14 +02:00
parent 881afc1a01
commit 9b6ff62b57
3 changed files with 2 additions and 8 deletions

6
debian/changelog vendored
View File

@ -1,9 +1,3 @@
llvm-toolchain-16 (1:16.0.6-15exp1) experimental; urgency=medium
* Try to build mips64el
-- Gianfranco Costamagna <locutusofborg@debian.org> 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)

View File

@ -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

2
debian/rules vendored
View File

@ -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; \