mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
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:
parent
7f8793e5f1
commit
5d46593568
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue