+emacs (1:29.4+1-6) unstable; urgency=medium
+
+ * Disable native compilation on loong64 (Closes: #1095720).
+ Thanks to porter Dandan Zhang.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 12 Feb 2025 08:39:57 +0800
+
emacs (1:29.4+1-5) unstable; urgency=medium
* Update to GCC 14 (Closes: #1092655).
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