Support build of Emacs on ARM Macos machines

* configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit
ARM) (bug#43369).
This commit is contained in:
Lars Ingebrigtsen
2020-09-14 12:34:56 +02:00
committed by Philipp Stephani
parent 7f8793e5f1
commit 5d46593568

View 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