Try to enable mips64el for experimental

This commit is contained in:
Gianfranco Costamagna 2023-09-12 19:57:53 +02:00
parent d70fc9d350
commit 881afc1a01
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
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" -o "$(DEB_HOST_ARCH)" = "mips64el"; then \
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic"; 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; \