From 78c5171a90fa0b4570722a466efb0453f46c0a6f Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Sat, 22 Jan 2011 18:13:14 -0800 Subject: [PATCH] Updated binutils, gcc, linaro gcc and newlib versions. --- summon-arm-toolchain | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index d77d3a5..a607a88 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -41,19 +41,19 @@ DEFAULT_TO_CORTEX_M3=0 ############################################################################## if [ ${USE_LINARO} == 0 ] ; then # For FSF GCC: - GCCVERSION=4.5.1 + GCCVERSION=4.5.2 GCC=gcc-${GCCVERSION} GCCURL=http://ftp.gnu.org/gnu/gcc/${GCC}/${GCC}.tar.gz else # For the Linaro GCC: - GCCRELEASE=4.5-2010.11-0 - GCCVERSION=4.5-2010.11-1 + GCCRELEASE=4.5-2011.01-1 + GCCVERSION=4.5-2011.01-1 GCC=gcc-linaro-${GCCVERSION} GCCURL=http://launchpad.net/gcc-linaro/4.5/${GCCRELEASE}/+download/${GCC}.tar.bz2 fi -BINUTILS=binutils-2.20 -NEWLIB=newlib-1.18.0 +BINUTILS=binutils-2.21 +NEWLIB=newlib-1.19.0 GDB=gdb-7.2 OOCD=master LIBCMSIS=v1.10-2 -- 2.30.2