[coreboot-gerrit] New patch to review for coreboot: crossgcc: Update make to latest version: 4.2.1

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Aug 12 03:43:48 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/16164

-gerrit

commit f04af9d2bf5077e0bdfc0f535f8422d53f759b92
Author: Martin Roth <martinroth at google.com>
Date:   Thu Aug 11 18:35:06 2016 -0600

    crossgcc: Update make to latest version: 4.2.1
    
    Change-Id: I4af90fd2fcfb2a823f9e6b1e975c71581f0b55e9
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/crossgcc/buildgcc                     | 6 +++---
 util/crossgcc/sum/make-4.1.tar.bz2.cksum   | 1 -
 util/crossgcc/sum/make-4.2.1.tar.bz2.cksum | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 86e952c..5bfd383 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -18,8 +18,8 @@
 
 cd $(dirname $0)
 
-CROSSGCC_DATE="July 14th, 2016"
-CROSSGCC_VERSION="1.41"
+CROSSGCC_DATE="August 11th, 2016"
+CROSSGCC_VERSION="1.42"
 CROSSGCC_COMMIT=$( git describe )
 
 # default settings
@@ -46,7 +46,7 @@ PYTHON_VERSION=3.5.1
 EXPAT_VERSION=2.1.1
 # CLANG version number
 CLANG_VERSION=3.8.0
-MAKE_VERSION=4.1
+MAKE_VERSION=4.2.1
 
 # GCC toolchain archive locations
 # These are sanitized by the jenkins toolchain test builder, so if
diff --git a/util/crossgcc/sum/make-4.1.tar.bz2.cksum b/util/crossgcc/sum/make-4.1.tar.bz2.cksum
deleted file mode 100644
index 02807c6..0000000
--- a/util/crossgcc/sum/make-4.1.tar.bz2.cksum
+++ /dev/null
@@ -1 +0,0 @@
-0d701882fd6fd61a9652cb8d866ad7fc7de54d58  tarballs/make-4.1.tar.bz2
diff --git a/util/crossgcc/sum/make-4.2.1.tar.bz2.cksum b/util/crossgcc/sum/make-4.2.1.tar.bz2.cksum
new file mode 100644
index 0000000..34af72c
--- /dev/null
+++ b/util/crossgcc/sum/make-4.2.1.tar.bz2.cksum
@@ -0,0 +1 @@
+7d9d11eb36cfb752da1fb11bb3e521d2a3cc8830  tarballs/make-4.2.1.tar.bz2



More information about the coreboot-gerrit mailing list