Don't try to build with native compilation on riscv64
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 28 Aug 2023 15:57:12 +0000 (16:57 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 28 Aug 2023 15:57:12 +0000 (16:57 +0100)
Thanks to Aurelien Jarno and Bo YU.

Closes: #1050653
debian/rules

index 33740fd3d7bd0fcc8d3439d180be184c12923b54..23bcd2d11258b26f1e39b8bf3ea2d1c9a47ba620 100755 (executable)
@@ -281,7 +281,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 s390x))
+ifeq (,$(filter $(DEB_HOST_ARCH),mips64el riscv64 s390x))
   deb_native_compilation_enabled := 1
   confflags += --with-native-compilation
 endif