emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 5d46593 1/2: Support build of Emacs on ARM Macos machines


From: Philipp Stephani
Subject: emacs-27 5d46593 1/2: Support build of Emacs on ARM Macos machines
Date: Wed, 23 Dec 2020 11:32:58 -0500 (EST)

branch: emacs-27
commit 5d46593568073b43fb0a901cbd7e019a1797cf93
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Philipp Stephani <phst@google.com>

    Support build of Emacs on ARM Macos machines
    
    * configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit
    ARM) (bug#43369).
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e93a333..c683e31 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]