mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
configure: Add probe identification of MS armasm
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
2597a842a0
commit
f4312352fc
5
configure
vendored
5
configure
vendored
@ -2883,6 +2883,11 @@ probe_cc(){
|
||||
_cflags_size="-O2 -Munroll=c:1 $opt_common"
|
||||
_cflags_noopt="-O1"
|
||||
_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)
|
||||
|
Loading…
Reference in New Issue
Block a user