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:
parent
1e7102640b
commit
4cba236749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue