diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2015-07-17 23:35:54 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-08-20 14:39:01 +0000 |
commit | af473ede1f8ff5fc63609b914570aad21827b2e7 (patch) | |
tree | c3eba483c7a981d289617559bbdc1288336de1eb /util/crossgcc/buildgcc | |
parent | f58746bd33f28bc7625e4fd6b166b6f977253c7d (diff) |
crossgcc: Update gcc to 5.2.0
All compilers built, incl. x86_64-elf as multilib and riscv-elf.
Change-Id: Iafa61b1d2ffc9c737ab67a417c62417593b69372
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/10975
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index bd0d8ef11d..d645a5346c 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -22,8 +22,8 @@ cd $(dirname $0) -CROSSGCC_DATE="June 17th, 2015" -CROSSGCC_VERSION="1.31" +CROSSGCC_DATE="July 17th, 2015" +CROSSGCC_VERSION="1.32" # default settings PACKAGE=GCC @@ -38,7 +38,7 @@ GMP_VERSION=6.0.0 MPFR_VERSION=3.1.2 MPC_VERSION=1.0.3 LIBELF_VERSION=0.8.13 -GCC_VERSION=4.9.2 +GCC_VERSION=5.2.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.25 GDB_VERSION=7.9.1 |