diff options
author | Martin Roth <martinroth@google.com> | 2016-08-11 18:35:06 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-13 23:31:29 +0200 |
commit | 589ef9de8faa2db11a7ce2769fc1d9396a82886b (patch) | |
tree | a05024c03e037428e2acb8091281da636236cf2f /util/crossgcc | |
parent | 109a7db2bb5b055f4ec936cdb5284427b53fa0a7 (diff) |
crossgcc: Update make to latest version: 4.2.1
Change-Id: I4af90fd2fcfb2a823f9e6b1e975c71581f0b55e9
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16164
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 6 | ||||
-rw-r--r-- | util/crossgcc/sum/make-4.1.tar.bz2.cksum | 1 | ||||
-rw-r--r-- | 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 86e952ca3a..5bfd383ee1 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 02807c63b4..0000000000 --- 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 0000000000..34af72c2b3 --- /dev/null +++ b/util/crossgcc/sum/make-4.2.1.tar.bz2.cksum @@ -0,0 +1 @@ +7d9d11eb36cfb752da1fb11bb3e521d2a3cc8830 tarballs/make-4.2.1.tar.bz2 |