Commit 40a820d6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ed6d9ce9'

* commit 'ed6d9ce9':
  configure: Include the armcc build number in the compiler identification
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5836fe20 ed6d9ce9
......@@ -3336,7 +3336,7 @@ probe_cc(){
elif $_cc --vsn 2>/dev/null | grep -Eq "ARM (C/C\+\+ )?Compiler"; then
test -d "$sysroot" || die "No valid sysroot specified."
_type=armcc
_ident=$($_cc --vsn | head -n1 | sed 's/.*: //')
_ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //')
armcc_conf="$PWD/armcc.conf"
$_cc --arm_linux_configure \
--arm_linux_config_file="$armcc_conf" \
......
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