projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cdd40e
)
d/rules: Adjust for on-by-default native compilation
author
Sean Whitton
<spwhitton@spwhitton.name>
Mon, 24 Feb 2025 08:24:55 +0000
(16:24 +0800)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Mon, 24 Feb 2025 09:13:23 +0000
(17:13 +0800)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index b60bd9697b7a773cee1116f077e265394707e718..18de17ac9960086740fe8fbb1f7e7ad5c50d856d 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-288,7
+288,8
@@
confflags += --with-mailutils
# At the moment, there's no mips64el libgccjitN-dev
ifeq (,$(filter $(DEB_HOST_ARCH),mips64el riscv64 s390x loong64))
deb_native_compilation_enabled := 1
- confflags += --with-native-compilation
+else
+ confflags += --without-native-compilation
endif
# x configure flags