configure: Set the default assembler to armasm64 for MSVC for arm64

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2017-10-13 11:10:27 +03:00
parent 732510636e
commit 41df62fd67
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -2946,6 +2946,9 @@ case "$toolchain" in
nm_default="dumpbin -symbols"
ar_default="lib"
case "$arch" in
aarch64|arm64)
as_default="armasm64"
;;
arm*)
as_default="armasm"
;;