From cbd631284d2e5f1d5cbff14812baca7f357d1edf Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Tue, 23 Oct 2012 19:49:36 +0200 Subject: crossgcc: fix compilation of acpica Compilation of acpica-20120420 is broken (and old, but I'll take care of that in a future patch), let's fix that ("Building IASL 20120420 ... failed"). Change-Id: If5fd5cd93d748f78b7c059323f9f810666e32cc7 Signed-off-by: Idwer Vollering Reviewed-on: http://review.coreboot.org/1607 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 71f4e16b1d..f71bf66112 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -20,8 +20,8 @@ # Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA # -CROSSGCC_DATE="November 1st, 2011" -CROSSGCC_VERSION="1.07" +CROSSGCC_DATE="October 23rd, 2012" +CROSSGCC_VERSION="1.08" # default settings TARGETDIR=`pwd`/xgcc -- cgit v1.2.3