Don't build STM32 firmware lib or libopenstm32.
[fw/cortex-toolchain] / summon-arm-toolchain
index 7977d8d6cc6efc008876e5963bcebb7892df2879..13ad6230dba238cd1ba25370bdcc2e449c3032cb 100755 (executable)
@@ -15,7 +15,7 @@ LIBCMSIS=v1.10-2
 LIBSTM32=v3.0.0-1
 LIBSTM32USB=v3.0.1-1
 LIBOPENSTM32=master
-LIBSTM32_EN=1
+LIBSTM32_EN=0
 LIBOPENSTM32_EN=0
 
 SUMMON_DIR=$(pwd)
@@ -57,7 +57,7 @@ echo "Downloading gcc sources..."
 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
+wget -c --no-passive-ftp ftp://sources.redhat.com/pub/newlib/${NEWLIB}.tar.gz
 
 echo "Downloading gdb sources..."
 wget -c http://ftp.gnu.org/gnu/gdb/${GDB}.tar.bz2