configure: add aarch64 to ARCH_LIST
authorJames Zern <jzern@google.com>
Fri, 21 Apr 2023 01:15:23 +0000 (18:15 -0700)
committerJames Zern <jzern@google.com>
Wed, 3 May 2023 00:43:39 +0000 (17:43 -0700)
commit33aba6ecc16c71b6f380cfd3d24eab11690deb99
tree0a90c01bd0d9159ae70182db9d9f68dba0517e78
parent84a180fe858fd6de9c301cd884e2f1ff341781b3
configure: add aarch64 to ARCH_LIST

This will allow identifying Windows Visual Studio targets as aarch64;
the Microsoft compiler does not define __aarch64__.

An alternative would be to define this in the code, checking for
_M_ARM64 or _M_ARM64EC. For now we'll use the existing VPX_ARCH_*
system. For compatibility VPX_ARCH_ARM will continue to be defined to 1
in this case.

Bug: webm:1788
Bug: b/277255076
Change-Id: I12e25710891e86f0c7339ba96884c18ed90ba16f
build/make/configure.sh
configure