From: Rob Browning Date: Sat, 24 Sep 2022 20:52:37 +0000 (-0500) Subject: Disable debian s390x native compilation to avoid build crashes X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~93 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2305591576786ff3b905b9dd35c398d620f0b33f;p=emacs.git Disable debian s390x native compilation to avoid build crashes cf. https://debbugs.gnu.org/57789 --- diff --git a/debian/rules b/debian/rules index 8b522648ef1..06915420661 100755 --- a/debian/rules +++ b/debian/rules @@ -264,7 +264,7 @@ confflags += --with-sound=alsa confflags += --without-gconf confflags += --with-mailutils # At the moment, there's no mips64el libgccjitN-dev -ifneq ($(DEB_HOST_ARCH),mips64el) +ifeq (,$(filter $(DEB_HOST_ARCH),mips64el s390x)) deb_native_compilation_enabled := 1 confflags += --with-native-compilation endif