Use http instead of ftp where possible.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jul 2010 00:28:30 +0000 (02:28 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jul 2010 00:42:58 +0000 (02:42 +0200)
This can avoid some problems in firewalled environments.

summon-arm-toolchain

index 6f268e26a0c882c36634a7e68e141215fd930401..7977d8d6cc6efc008876e5963bcebb7892df2879 100755 (executable)
@@ -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 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..."
 
 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
 
 if [ ${LIBSTM32_EN} != 0 ]; then
 if [ ! -e libcmsis-${LIBCMSIS}.tar.bz2 ]; then