diff options
author | Martin Roth <martinroth@google.com> | 2016-07-14 16:03:00 -0600 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-07-16 00:03:30 +0200 |
commit | 6101dfbaf34224db9743f807f97bc4f61106a390 (patch) | |
tree | fe465997eb588e13c3cfd30c311ff7984fb663ee /util | |
parent | 9b4be0fce06879ca6a616bedc5992a8e7ea4b086 (diff) |
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/15712
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files 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 |