Allow build configuration on Apple ARM devices (bug#41994)

* configure.ac: Add arm as a port target for Darwin.

Copyright-paperwork-exempt: yes
This commit is contained in:
Roland Kaufmann 2018-12-27 15:51:49 +01:00 committed by Alan Third
parent 1e7102640b
commit 4cba236749

View 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