[coreboot] Patch set updated for coreboot: d34cf7c crossgcc: update to MPFR 3.1.1

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Wed Oct 24 15:22:21 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/1613

-gerrit

commit d34cf7c85e7d1df691c65706001c5aebd73769d2
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Wed Oct 24 15:20:59 2012 +0200

    crossgcc: update to MPFR 3.1.1
    
    This patch updates crossgcc to download and compile MPFR 3.1.1
    
    Increase CROSSGCC_VERSION to 1.11
    
    Change-Id: I6c479db5d6d632dcc2201c3771b43e2b663877e1
    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 9500671..39d08fa 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -21,7 +21,7 @@
 #
 
 CROSSGCC_DATE="October 23rd, 2012"
-CROSSGCC_VERSION="1.10"
+CROSSGCC_VERSION="1.11"
 
 # default settings
 TARGETDIR=`pwd`/xgcc
@@ -30,7 +30,7 @@ DESTDIR=
 
 # version numbers
 GMP_VERSION=5.0.5
-MPFR_VERSION=3.1.0
+MPFR_VERSION=3.1.1
 MPC_VERSION=0.9
 LIBELF_VERSION=0.8.13
 GCC_VERSION=4.6.3




More information about the coreboot mailing list