From: Sean Whitton Date: Mon, 24 Feb 2025 08:24:55 +0000 (+0800) Subject: d/rules: Adjust for on-by-default native compilation X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0d2b1903f9f37eccff424d32d86696d41a91bb2;p=emacs.git d/rules: Adjust for on-by-default native compilation --- diff --git a/debian/rules b/debian/rules index b60bd9697b7..18de17ac996 100755 --- 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