diff options
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 87e6132dc2..96bed0b3e7 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.7.2 |