mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
This commit is contained in:
parent
5ea9ae012e
commit
d51dd316a2
@ -1,3 +1,7 @@
|
||||
2019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
* download_prerequisites: Use http instead of ftp for downloading.
|
||||
|
||||
2019-11-08 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* mklog: The script fails for patches that contain:
|
||||
|
@ -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='.'
|
||||
|
Loading…
Reference in New Issue
Block a user