aboutsummaryrefslogtreecommitdiff
path: root/contrib/download_prerequisites
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2019-11-13 19:48:52 +0200
committerJanne Blomqvist <jb@gcc.gnu.org>2019-11-13 19:48:52 +0200
commitd51dd316a2dde3df062bd16b41567350adc3427e (patch)
tree5e98882c75eeb24d562413edb2de01f4cbf8759a /contrib/download_prerequisites
parent5ea9ae012e62e3f0c28656e079d8c2587478f8b8 (diff)
download_prerequisites: Use http instead of ftp for downloading.
2019-11-13 Janne Blomqvist <jb@gcc.gnu.org> * download_prerequisites: Use http instead of ftp for downloading. From-SVN: r278151
Diffstat (limited to 'contrib/download_prerequisites')
-rwxr-xr-xcontrib/download_prerequisites4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites
index 72976c46c92..aa0356e6266 100755
--- a/contrib/download_prerequisites
+++ b/contrib/download_prerequisites
@@ -32,7 +32,7 @@ mpfr='mpfr-3.1.4.tar.bz2'
mpc='mpc-1.0.3.tar.gz'
isl='isl-0.18.tar.bz2'
-base_url='ftp://gcc.gnu.org/pub/gcc/infrastructure/'
+base_url='http://gcc.gnu.org/pub/gcc/infrastructure/'
echo_archives() {
echo "${gmp}"
@@ -58,7 +58,7 @@ esac
if type wget > /dev/null ; then
fetch='wget'
else
- fetch='curl -LO -u anonymous:'
+ fetch='curl -LO'
fi
chksum_extension='sha512'
directory='.'