[coreboot] New patch to review for coreboot: f715afb crossgcc: update expat

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Fri Oct 26 01:55:16 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/1620

-gerrit

commit f715afb5081655caedd6b4683443109347f8fcbc
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Fri Oct 26 01:48:04 2012 +0200

    crossgcc: update expat
    
    Update expat, bump version number.
    
    Change-Id: Id0b736d402b33138e27b18c74e5ed8ffab0bcccb
    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 47ee544..04fcac0 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -21,7 +21,7 @@
 #
 
 CROSSGCC_DATE="October 23rd, 2012"
-CROSSGCC_VERSION="1.15"
+CROSSGCC_VERSION="1.16"
 
 # default settings
 TARGETDIR=`pwd`/xgcc
@@ -43,7 +43,7 @@ MINGWRT_VERSION=3.20-2
 MINGWRT_VERSION_SHORT=3.20
 IASL_VERSION=20120420
 PYTHON_VERSION=2.7.2
-EXPAT_VERSION=2.0.1
+EXPAT_VERSION=2.1.0
 
 # archive locations
 GMP_ARCHIVE="http://ftpmirror.gnu.org/gmp/gmp-${GMP_VERSION}.tar.bz2"




More information about the coreboot mailing list