From 52911d1227025093d15c0d97418db25d265c9921 Mon Sep 17 00:00:00 2001 From: wolfwood Date: Tue, 17 May 2011 18:40:33 -0400 Subject: [PATCH] version bump --- binutils.2.20.patch => binutils.2.2X.patch | 0 binutils.patch | 2 +- build.sh | 12 ++++++------ 3 files changed, 7 insertions(+), 7 deletions(-) rename binutils.2.20.patch => binutils.2.2X.patch (100%) diff --git a/binutils.2.20.patch b/binutils.2.2X.patch similarity index 100% rename from binutils.2.20.patch rename to binutils.2.2X.patch diff --git a/binutils.patch b/binutils.patch index 79b2604..0043e5b 120000 --- a/binutils.patch +++ b/binutils.patch @@ -1 +1 @@ -binutils.2.20.patch \ No newline at end of file +binutils.2.2X.patch \ No newline at end of file diff --git a/build.sh b/build.sh index a3f848d..7b6009b 100755 --- a/build.sh +++ b/build.sh @@ -1,12 +1,12 @@ OSNAME=xomb NCPU=4 -BINUTILS_VER=2.20 -GCC_VER=4.5.0 -GMP_VER=5.0.1 -MPFR_VER=2.4.2 -NEWLIB_VER=1.18.0 -MPC_VER=0.8.1 +BINUTILS_VER=2.21 +GCC_VER=4.6.0 +GMP_VER=5.0.2 +MPFR_VER=3.0.1 +NEWLIB_VER=1.19.0 +MPC_VER=0.9 export TARGET=x86_64-pc-${OSNAME} export PREFIX=`pwd`/local