projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a754db9
)
Don't try to build with native compilation on riscv64
author
Sean Whitton
<spwhitton@spwhitton.name>
Mon, 28 Aug 2023 15:57:12 +0000
(16:57 +0100)
committer
Sean 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
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 33740fd3d7bd0fcc8d3439d180be184c12923b54..23bcd2d11258b26f1e39b8bf3ea2d1c9a47ba620 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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