From c8883262cf1375616743ba9d1f259b4fcda20d72 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 19 Sep 2013 10:57:58 +0200 Subject: buildgcc: Downgrade to gcc 4.7.3, handle armv7-a gcc 4.8.x has issues with using ebp, which broke some builds, so downgrade. The problem also manifested elsewhere, so it's not necessarily our fault. While at it, gcc complained about "armv7a" where it seems to expect "armv7-a". Change-Id: I6f0c35f49709cb41022475bb47116c12ab1c7ee3 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/3930 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- util/abuild/abuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild b/util/abuild/abuild index d419e876bf..6148757d1e 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -366,7 +366,7 @@ function build_target done fi if [ "$found_crosscompiler" == "false" -a "$TARCH" == ARMV7 ];then - for prefix in armv7a-eabi- armv7a-cros-linux-gnueabi-; do + for prefix in armv7a-eabi- armv7-a-eabi- armv7a-cros-linux-gnueabi-; do if ${prefix}gcc --version > /dev/null 2> /dev/null ; then found_crosscompiler=true CROSS_COMPILE=$prefix -- cgit v1.2.3