Commit db55365d authored by Michael Niedermayer's avatar Michael Niedermayer

configure: Try to fix detection of ARM Compiler 5.04

Fixes Ticket 3364
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9dca02ee
......@@ -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)
......
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