From: Matthias Rampke Date: Fri, 12 Aug 2011 13:13:21 +0000 (+0200) Subject: use FSF GCC 4.6.1 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=eda3587da94b15fc060efa0b08f07d7f4e6e2cad use FSF GCC 4.6.1 --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 3c43ef4..d89de59 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -37,7 +37,7 @@ DEFAULT_TO_CORTEX_M3=1 ############################################################################## if [ ${USE_LINARO} == 0 ] ; then # For FSF GCC: - GCCVERSION=4.5.1 + GCCVERSION=4.6.1 GCC=gcc-${GCCVERSION} GCCDIR=${GCC} GCCURL=http://ftp.gnu.org/gnu/gcc/${GCC}/${GCC}.tar.gz