From dc9e6e35c43ccdfa06b1c93879895ef90ccb4ee2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 5 Nov 2004 23:19:46 +0000 Subject: add compiler from crosstool, too git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1766 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild.sh b/util/abuild/abuild.sh index 0e00c6616e..1b8cea6eee 100644 --- a/util/abuild/abuild.sh +++ b/util/abuild/abuild.sh @@ -229,8 +229,9 @@ function build_target CC="gcc -m32" found_crosscompiler=true fi - if [ "$found_crosscompiler" == "false" -a "$TARCH" == ppc ] ;then - for prefix in powerpc-eabi- powerpc-linux- ppc_74xx- ; do + if [ "$found_crosscompiler" == "false" -a "$TARCH" == ppc ];then + for prefix in powerpc-eabi- powerpc-linux- ppc_74xx- \ + powerpc-7450-linux-gnu-; do if ${prefix}gcc --version > /dev/null 2> /dev/null ; then found_crosscompiler=true CROSS_COMPILE=$prefix -- cgit v1.2.3