the --no-passive-ftp option to wget broke retrieval of newlib
[fw/cortex-toolchain] / summon-arm-toolchain
index aa7afe92488af95835b05438a0706725b290963d..ac3a91312f35d69e6a5372526f577dcc84e187bb 100755 (executable)
@@ -220,7 +220,7 @@ esac
 function fetch {
     if [ ! -e ${STAMPS}/$1.fetch ]; then
         log "Downloading $1 sources..."
-        wget -c --no-passive-ftp $2 && touch ${STAMPS}/$1.fetch
+        wget -c $2 && touch ${STAMPS}/$1.fetch
     fi
 }