[coreboot] Patch set updated for coreboot: 1b87fb2 crossgcc: update to gcc 4.7.2

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Sun Oct 21 03:26:28 CEST 2012


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1597

-gerrit

commit 1b87fb221f0567f5124e07f126dab3db86395cfa
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Sun Oct 21 03:00:45 2012 +0200

    crossgcc: update to gcc 4.7.2
    
    Update crossgcc to use gcc 4.7.2.
    This requires a minor change to util/crossgcc/buildgcc as well.
    
    Tested on hardware with asus/p2b and lenovo/x60.
    
    Change-Id: I1e016831e6e467b818b454e6db67ea4db862c1d6
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 util/crossgcc/buildgcc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index ff67e02..4b2e802 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -33,7 +33,7 @@ GMP_VERSION=5.0.5
 MPFR_VERSION=3.1.0
 MPC_VERSION=0.9
 LIBELF_VERSION=0.8.13
-GCC_VERSION=4.6.3
+GCC_VERSION=4.7.2
 GCC_AUTOCONF_VERSION=2.64
 BINUTILS_VERSION=2.22
 GDB_VERSION=7.4.1
@@ -48,7 +48,7 @@ EXPAT_VERSION=2.0.1
 GMP_ARCHIVE="http://ftpmirror.gnu.org/gmp/gmp-${GMP_VERSION}.tar.bz2"
 MPFR_ARCHIVE="http://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.bz2"
 MPC_ARCHIVE="http://www.multiprecision.org/mpc/download/mpc-${MPC_VERSION}.tar.gz"
-LIBELF_ARCHIVE="http://www.mr511.de/software/libelf-${LIBELF_VERSION}.tar.gz"
+LIBELF_ARCHIVE="http://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.bz2"
 GCC_ARCHIVE="http://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-core-${GCC_VERSION}.tar.bz2"
 BINUTILS_ARCHIVE="http://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.bz2"
 GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.bz2"




More information about the coreboot mailing list