]> git.eshelyaron.com Git - emacs.git/commitdiff
Support build of Emacs on ARM Macos machines
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Sep 2020 10:34:56 +0000 (12:34 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 16:32:11 +0000 (17:32 +0100)
* configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit
ARM) (bug#43369).

configure.ac

index e93a3331b723b84ae0fd8866801f2af9cfbbd6fa..c683e31f6883054c6a53e13f25520d47bf69ea7b 100644 (file)
@@ -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