From 63151625c2ac12f1d1b5705fbb2d48f227b4548d Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 12 Sep 2023 09:07:11 +0200 Subject: [PATCH] Drop mips64el hack --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6cb1ab63..7d7c278f 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" -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; \