From 2192ff84dd720968108bc1ca54e239f4c94eb61d Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 24 Jul 2015 23:23:29 +0300 Subject: configure: Default to armasm for --toolchain=msvc when targeting arm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 56459361f3..73f4e180da 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3