Commit f51c3e3a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f4312352'

* commit 'f4312352':
  configure: Add probe identification of MS armasm
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d6efed84 f4312352
......@@ -3394,6 +3394,11 @@ probe_cc(){
_cflags_size="-O2 -Munroll=c:1 $opt_common"
_cflags_noopt="-O"
_flags_filter=pgi_flags
elif $_cc 2>&1 | grep -q 'Microsoft.*ARM.*Assembler'; then
_type=armasm
_ident=$($_cc | head -n1)
# 4509: "This form of conditional instruction is deprecated"
_flags="-nologo -ignore 4509"
elif $_cc 2>&1 | grep -q Microsoft; then
_type=msvc
_ident=$($cc 2>&1 | head -n1)
......
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