From 52a03c4d4a084a90e38d3a973134679175142bdb Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 11 Aug 2011 23:06:20 +0200 Subject: [PATCH] new software versions --- summon-arm-toolchain | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.25.1