]> git.eshelyaron.com Git - emacs.git/commitdiff
Allow build configuration on Apple ARM devices (bug#41994)
authorRoland Kaufmann <rlndkfmn+emacs@gmail.com>
Thu, 27 Dec 2018 14:51:49 +0000 (15:51 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 15 Aug 2020 16:06:31 +0000 (17:06 +0100)
* configure.ac: Add arm as a port target for Darwin.

Copyright-paperwork-exempt: yes

configure.ac

index 1b155bd39edbf84354442f96894850d9e82da260..745ff22d354c55d544e54f540605589d7361e806 100644 (file)
@@ -723,7 +723,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-* )  ;;
       * )            unported=yes ;;
     esac
     opsys=darwin