Disable native compilation on loong64
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 12 Feb 2025 00:40:07 +0000 (08:40 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 12 Feb 2025 00:40:07 +0000 (08:40 +0800)
debian/changelog
debian/rules

index 43d4de39ec05af9d9b6b965e2cd913d95b43f84f..eab08f35e64b8287667c313c803cfc6dd8e257fc 100644 (file)
@@ -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 <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).
index 41317441032a8ea4a816307565ee77eca1784237..b60bd9697b7a773cee1116f077e265394707e718 100755 (executable)
@@ -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