X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=blobdiff_plain;f=summon-arm-toolchain;h=ac3a91312f35d69e6a5372526f577dcc84e187bb;hp=94181e14d6fb830cae0fceb915e74ba1fe01ffc3;hb=HEAD;hpb=5008e72dcb528d0080a5f5cfe782de89b9cf3e87 diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 94181e1..ac3a913 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -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 } @@ -319,7 +319,7 @@ fi if [ ${LIBOPENCM3_EN} != 0 ]; then if [ ! -e libopencm3-${LIBOPENCM3}.tar.bz2 ]; then log "Cloning libopencm3 sources..." - git clone git://libopencm3.git.sourceforge.net/gitroot/libopencm3/libopencm3 + git clone https://github.com/libopencm3/libopencm3 cd libopencm3 git archive --format=tar --prefix=libopencm3-${LIBOPENCM3}/ ${LIBOPENCM3} | \ bzip2 --stdout > ../libopencm3-${LIBOPENCM3}.tar.bz2