From 6101dfbaf34224db9743f807f97bc4f61106a390 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 14 Jul 2016 16:03:00 -0600 Subject: buildgcc: Update the revision to 1.41 The binutils patch went in without updating the revision, so we need to update it now. This was done in commit bcfa7ccb (buildgcc: Update to binutils-2.26.1 & Fix aarch64 build issue) Change-Id: Ifad4a2e3973f1f60d0ea840945e2bd097e1b4474 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15712 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Paul Menzel --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 56b7130692..da3f0f2b3a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ cd $(dirname $0) -CROSSGCC_DATE="June 7th, 2016" -CROSSGCC_VERSION="1.40" +CROSSGCC_DATE="July 14th, 2016" +CROSSGCC_VERSION="1.41" CROSSGCC_COMMIT=$( git describe ) # default settings -- cgit v1.2.3