summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsummon-arm-toolchain5
1 files changed, 3 insertions, 2 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index fe9e58a..6f011a9 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -44,9 +44,10 @@ if [ ${USE_LINARO} == 0 ] ; then
GCCURL=http://ftp.gnu.org/gnu/gcc/${GCC}/${GCC}.tar.gz
else
# For the Linaro GCC:
- GCCVERSION=4.5-2010.08-1
+ GCCRELEASE=4.5-2010.11-0
+ GCCVERSION=4.5-2010.11-1
GCC=gcc-linaro-${GCCVERSION}
- GCCURL=http://launchpad.net/gcc-linaro/4.5/${GCCVERSION}/+download/${GCC}.tar.gz
+ GCCURL=http://launchpad.net/gcc-linaro/4.5/${GCCRELEASE}/+download/${GCC}.tar.bz2
fi
BINUTILS=binutils-2.20