diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2010-11-21 19:29:32 -0800 |
---|---|---|
committer | Piotr Esden-Tempski <piotr@esden.net> | 2010-11-21 19:29:32 -0800 |
commit | 5e10b6f3ddff097f8f47b9967df8919b8e1c01ce (patch) | |
tree | 8bdaa3ed51e7f055f6523d445f67e8147b699b61 | |
parent | d1fe6940a33afa4d4dc83d1429bcb66c5740b967 (diff) |
Updated linaro to 2010.11-1
-rwxr-xr-x | summon-arm-toolchain | 5 |
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 |