[coreboot-gerrit] Patch set updated for coreboot: fee493e crossgcc: Update GCC from 4.7.3 to 4.8.3 and update to version 1.25

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Nov 19 18:34:39 CET 2014


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

-gerrit

commit fee493e8a761c5c75a070cc9341cdd93e5f28968
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Wed Nov 19 17:35:28 2014 +0100

    crossgcc: Update GCC from 4.7.3 to 4.8.3 and update to version 1.25
    
    gcc 4.9.2 fails on our tree right now. We should clean that
    up and test before we make it the reference version.
    
    Also, the AMD K8/Fam10 issue we had last year, for which
    Vladimir provided an "untested" fix (which is in,
    commit a6c29fe6841ad5e03ddb35803943bed3bc83dfd2), isn't
    reproducible: I boot-tested an unpublished AMD K8 board
    with coreboot built with gcc 4.8.3.
    (Disclaimer: since the old issue depended on compiler
    decisions on register allocation, any change to code
    or compiler could mix up things in semi-random ways.)
    
    Change-Id: I8f1460a8da2c9e2d581482b22a4824b10b8987fa
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
 util/crossgcc/buildgcc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 5aa98d5..42ae04d 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -20,8 +20,8 @@
 # Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
 #
 
-CROSSGCC_DATE="February 10th, 2014"
-CROSSGCC_VERSION="1.24"
+CROSSGCC_DATE="November 19th, 2014"
+CROSSGCC_VERSION="1.25"
 
 # default settings
 TARGETDIR=`pwd`/xgcc
@@ -33,7 +33,7 @@ GMP_VERSION=5.1.2
 MPFR_VERSION=3.1.2
 MPC_VERSION=1.0.1
 LIBELF_VERSION=0.8.13
-GCC_VERSION=4.7.3
+GCC_VERSION=4.8.3
 GCC_AUTOCONF_VERSION=2.69
 BINUTILS_VERSION=2.23.2
 GDB_VERSION=7.6



More information about the coreboot-gerrit mailing list