mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
configure: Try to fix detection of ARM Compiler 5.04
Fixes Ticket 3364 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9dca02ee54
commit
db55365d0f
2
configure
vendored
2
configure
vendored
@ -3187,7 +3187,7 @@ probe_cc(){
|
||||
_cflags_speed='-fast'
|
||||
_cflags_size='-O1'
|
||||
_flags_filter=ccc_flags
|
||||
elif $_cc --vsn 2>/dev/null | grep -q "ARM C/C++ Compiler"; then
|
||||
elif $_cc --vsn 2>/dev/null | grep -Eq "ARM C/C[+][+] Compiler|Component: ARM Compiler "; then
|
||||
test -d "$sysroot" || die "No valid sysroot specified."
|
||||
_type=armcc
|
||||
_ident=$($_cc --vsn | head -n1)
|
||||
|
Loading…
Reference in New Issue
Block a user