Browse Source

configure: Default to armasm for --toolchain=msvc when targeting arm

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.8
Martin Storsjö 9 years ago
parent
commit
2192ff84dd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      configure

+ 5
- 0
configure View File

@@ -2642,6 +2642,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


Loading…
Cancel
Save