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>
This commit is contained in:
parent
109a7db2bb
commit
589ef9de8f
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
0d701882fd6fd61a9652cb8d866ad7fc7de54d58 tarballs/make-4.1.tar.bz2
|
|
@ -0,0 +1 @@
|
|||
7d9d11eb36cfb752da1fb11bb3e521d2a3cc8830 tarballs/make-4.2.1.tar.bz2
|
Loading…
Reference in New Issue