From: Lars Ingebrigtsen Date: Mon, 14 Sep 2020 10:34:56 +0000 (+0200) Subject: Support build of Emacs on ARM Macos machines X-Git-Tag: emacs-27.1.91~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d46593568;p=emacs.git Support build of Emacs on ARM Macos machines * configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit ARM) (bug#43369). --- diff --git a/configure.ac b/configure.ac index e93a3331b72..c683e31f688 100644 --- a/configure.ac +++ b/configure.ac @@ -703,7 +703,7 @@ case "${canonical}" in *-apple-darwin* ) case "${canonical}" in *-apple-darwin[0-9].*) unported=yes ;; - i[3456]86-* | x86_64-* ) ;; + i[3456]86-* | x86_64-* | arm-* | aarch64-* ) ;; * ) unported=yes ;; esac opsys=darwin