mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 13:49:29 +00:00
Try to enable mips64el for experimental
This commit is contained in:
parent
d70fc9d350
commit
881afc1a01
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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)
|
||||
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -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
2
debian/rules
vendored
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user