From 0a9c782863a39e4e00ca16964a0fa706bed267d4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 12 Feb 2025 08:40:07 +0800 Subject: [PATCH] Disable native compilation on loong64 --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 43d4de39ec0..eab08f35e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +emacs (1:29.4+1-6) unstable; urgency=medium + + * Disable native compilation on loong64 (Closes: #1095720). + Thanks to porter Dandan Zhang. + + -- Sean Whitton Wed, 12 Feb 2025 08:39:57 +0800 + emacs (1:29.4+1-5) unstable; urgency=medium * Update to GCC 14 (Closes: #1092655). diff --git a/debian/rules b/debian/rules index 41317441032..b60bd9697b7 100755 --- a/debian/rules +++ b/debian/rules @@ -286,7 +286,7 @@ confflags += --with-sound=alsa confflags += --without-gconf confflags += --with-mailutils # At the moment, there's no mips64el libgccjitN-dev -ifeq (,$(filter $(DEB_HOST_ARCH),mips64el riscv64 s390x)) +ifeq (,$(filter $(DEB_HOST_ARCH),mips64el riscv64 s390x loong64)) deb_native_compilation_enabled := 1 confflags += --with-native-compilation endif -- 2.30.2