[coreboot-gerrit] New patch to review for coreboot: buildgcc: Update the revision

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Jul 15 00:03:26 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15712

-gerrit

commit 6cb8b983acf96369572d6b2f733e21af7e951883
Author: Martin Roth <martinroth at google.com>
Date:   Thu Jul 14 16:03:00 2016 -0600

    buildgcc: Update the revision
    
    The binutils patch went in without updating the revision,
    so we need to update it now.
    
    Change-Id: Ifad4a2e3973f1f60d0ea840945e2bd097e1b4474
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/crossgcc/buildgcc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 56b7130..da3f0f2 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



More information about the coreboot-gerrit mailing list