projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7325106
)
configure: Set the default assembler to armasm64 for MSVC for arm64
author
Martin Storsjö
<martin@martin.st>
Fri, 13 Oct 2017 08:10:27 +0000
(11:10 +0300)
committer
Martin Storsjö
<martin@martin.st>
Wed, 18 Oct 2017 07:49:48 +0000
(10:49 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
e45b320
..
d74a83e
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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"
;;