[coreboot-gerrit] Patch set updated for coreboot: crossgcc: update to gcc 4.9.3

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jul 16 17:16:54 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10943

-gerrit

commit f21a14c4bddce253bf20a19dfe2640bc628b5089
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jul 16 16:56:50 2015 +0200

    crossgcc: update to gcc 4.9.3
    
    We will probably update to 5.2 soonish, but that requires some more
    testing (and better availability of the tarball at gnu mirrors)
    
    Change-Id: I7144c0d92aab26e6a4a11ec10e560fb01c9c3360
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/crossgcc/buildgcc                    | 6 +++---
 util/crossgcc/sum/gcc-4.9.3.tar.bz2.cksum | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index f59b225..a3c4845 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 16th, 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=4.9.3
 GCC_AUTOCONF_VERSION=2.69
 BINUTILS_VERSION=2.25
 GDB_VERSION=7.9.1
diff --git a/util/crossgcc/sum/gcc-4.9.3.tar.bz2.cksum b/util/crossgcc/sum/gcc-4.9.3.tar.bz2.cksum
new file mode 100644
index 0000000..f89c999
--- /dev/null
+++ b/util/crossgcc/sum/gcc-4.9.3.tar.bz2.cksum
@@ -0,0 +1 @@
+2e6490a908eac8b2b56b73679bd7c2a5237df1f8  tarballs/gcc-4.9.3.tar.bz2



More information about the coreboot-gerrit mailing list