From: Matthias Rampke Date: Thu, 11 Aug 2011 21:06:20 +0000 (+0200) Subject: new software versions X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=52a03c4d4a084a90e38d3a973134679175142bdb new software versions --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 5433a9e..c36e03e 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -41,15 +41,15 @@ if [ ${USE_LINARO} == 0 ] ; then 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.6-2011.07 + GCCVERSION=${GCCRELEASE} 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 -GDB=gdb-7.2 +BINUTILS=binutils-2.21 +NEWLIB=newlib-1.19.0 +GDB=gdb-7.3 OOCD=master LIBCMSIS=v1.10-2 LIBSTM32=v3.0.0-1