buildgcc: Update LLVM to 3.7.1

Not much testing, update mostly so we can test with the
latest scan-build.

Change-Id: I50d28b7e0dfd31f9ae565c8515d5ab1760ca4c62
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/13516
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Stefan Reinauer
2016-01-29 17:33:56 -08:00
parent 27522ad375
commit ea1a5fef4d
10 changed files with 13 additions and 13 deletions

View File

@ -18,8 +18,8 @@
cd $(dirname $0)
CROSSGCC_DATE="November 25th, 2015"
CROSSGCC_VERSION="1.33"
CROSSGCC_DATE="January 29th, 2016"
CROSSGCC_VERSION="1.35"
# default settings
PACKAGE=GCC
@ -43,7 +43,7 @@ IASL_VERSION=20150619
PYTHON_VERSION=3.4.3
EXPAT_VERSION=2.1.0
# CLANG version number
CLANG_VERSION=3.6.1
CLANG_VERSION=3.7.1
# GCC toolchain archive locations
GMP_ARCHIVE="http://ftpmirror.gnu.org/gmp/gmp-${GMP_VERSION}.tar.bz2"