X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=blobdiff_plain;f=summon-arm-toolchain;h=7977d8d6cc6efc008876e5963bcebb7892df2879;hp=6f268e26a0c882c36634a7e68e141215fd930401;hb=92695d8e2603d3d78b6ce5bdba7dcb8535d98285;hpb=81fad0c42f0cf3d64c0fa49f82be49061f50060b diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 6f268e2..7977d8d 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -54,13 +54,13 @@ echo "Downloading binutils sources..." wget -c http://ftp.gnu.org/gnu/binutils/${BINUTILS}.tar.bz2 echo "Downloading gcc sources..." -wget -c ftp://ftp.gnu.org/gnu/gcc/${GCC}/${GCC}.tar.bz2 +wget -c http://ftp.gnu.org/gnu/gcc/${GCC}/${GCC}.tar.bz2 echo "Downloading newlib sources..." wget -c ftp://sources.redhat.com/pub/newlib/${NEWLIB}.tar.gz echo "Downloading gdb sources..." -wget -c ftp://ftp.gnu.org/gnu/gdb/${GDB}.tar.bz2 +wget -c http://ftp.gnu.org/gnu/gdb/${GDB}.tar.bz2 if [ ${LIBSTM32_EN} != 0 ]; then if [ ! -e libcmsis-${LIBCMSIS}.tar.bz2 ]; then