Commit d9f3efd3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '2192ff84'

* commit '2192ff84':
  configure: Default to armasm for --toolchain=msvc when targeting arm
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents a74e3fc1 2192ff84
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment