summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 13:00:03 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-27 13:00:09 +0200
commitd9f3efd3d611c83a0ceb2f05dc97e9feafc57575 (patch)
tree4f2d638a204c638c1a358fcc1bc5cbf1490362e4 /configure
parenta74e3fc18b569693e7e046089b283576eae33a22 (diff)
parent2192ff84dd720968108bc1ca54e239f4c94eb61d (diff)
Merge commit '2192ff84dd720968108bc1ca54e239f4c94eb61d'
* commit '2192ff84dd720968108bc1ca54e239f4c94eb61d': configure: Default to armasm for --toolchain=msvc when targeting arm Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 0eece2ae13..0f23f0e21d 100755
--- a/configure
+++ b/configure
@@ -3197,6 +3197,11 @@ case "$toolchain" in
ld_default="$source_path/compat/windows/mslink"
nm_default="dumpbin -symbols"
ar_default="lib"
+ case "$arch" in
+ arm*)
+ as_default="armasm"
+ ;;
+ esac
target_os_default="win32"
# Use a relative path for TMPDIR. This makes sure all the
# ffconf temp files are written with a relative path, avoiding