trivial patch for abuild: allow powerpc-elf-gcc, too.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4005 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2075dbea45
commit
2f110a8006
|
@ -373,7 +373,7 @@ function build_target
|
|||
fi
|
||||
if [ "$found_crosscompiler" == "false" -a "$TARCH" == ppc ];then
|
||||
for prefix in powerpc-eabi- powerpc-linux- ppc_74xx- \
|
||||
powerpc-7450-linux-gnu-; do
|
||||
powerpc-7450-linux-gnu- powerpc-elf-; do
|
||||
if ${prefix}gcc --version > /dev/null 2> /dev/null ; then
|
||||
found_crosscompiler=true
|
||||
CROSS_COMPILE=$prefix
|
||||
|
|
Loading…
Reference in New Issue