- Add another possible powerpc cross compiler prefix
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1757 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ca883c915a
commit
1a003244d6
|
@ -206,7 +206,7 @@ function build_target
|
|||
echo " ($TARCH: subset of $ARCH)"
|
||||
fi
|
||||
if [ "$found_crosscompiler" == "false" -a "$TARCH" == ppc ] ;then
|
||||
for prefix in powerpc-linux- ; do
|
||||
for prefix in powerpc-eabi- powerpc-linux- ; do
|
||||
if ${prefix}gcc --version > /dev/null 2> /dev/null ; then
|
||||
found_crosscompiler=true
|
||||
CROSS_COMPILE=$prefix
|
||||
|
|
Loading…
Reference in New Issue