aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2012-10-26 01:48:04 +0200
committerPeter Stuge <peter@stuge.se>2012-10-27 02:31:58 +0200
commit296a015b8a99e611f68ee9836c8fb9dd054e325d (patch)
tree7bb00d650eae73c768a57765d451743912cd53e2 /util/crossgcc
parent95c607feadf6325c90842fec8fa64a2b32208295 (diff)
crossgcc: update to expat 2.1.0
Change-Id: Id0b736d402b33138e27b18c74e5ed8ffab0bcccb Signed-off-by: Idwer Vollering <vidwer@gmail.com> Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/1620 Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index b01bc85dcd..e41c07dc46 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="October 26rd, 2012"
-CROSSGCC_VERSION="1.15"
+CROSSGCC_DATE="October 26th, 2012"
+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"