Author: stepan Date: 2009-03-14 17:33:22 +0100 (Sat, 14 Mar 2009) New Revision: 4005
Modified: trunk/coreboot-v2/util/abuild/abuild Log: trivial patch for abuild: allow powerpc-elf-gcc, too.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/util/abuild/abuild =================================================================== --- trunk/coreboot-v2/util/abuild/abuild 2009-03-14 15:43:42 UTC (rev 4004) +++ trunk/coreboot-v2/util/abuild/abuild 2009-03-14 16:33:22 UTC (rev 4005) @@ -373,7 +373,7 @@ 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