aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2016-01-29 17:33:56 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-01-31 22:37:51 +0100
commitea1a5fef4d3b57db1d9ad4adf13d6607fd2acd2f (patch)
tree9d1e471eb1787f4736dee58d2fc5724d7ae42333 /util/crossgcc/buildgcc
parent27522ad375aa43ab9d321b049da78b8e649ca537 (diff)
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-xutil/crossgcc/buildgcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 3c6a606dd0..590c15a31a 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -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"