mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 08:03:59 +00:00
newlib: Change ftp mirror link to https one
Some corporate VPN services block ftp connections. It leads to an error while building a toolchain with packages with ftp mirrors. It's possible to safely use https instead of ftp. Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
This commit is contained in:
parent
4f5c57fdb3
commit
e4f401efb6
@ -2,7 +2,7 @@ origin='RedHat'
|
||||
repository='git git://sourceware.org/git/newlib-cygwin.git'
|
||||
# Do not use "$(CT_Mirrors sourceware newlib)" here: the mirrors (kernel.org
|
||||
# and gnu.org) only store some older releases of newlib (2.0.0 and before).
|
||||
mirrors='ftp://sourceware.org/pub/newlib'
|
||||
mirrors='https://sourceware.org/pub/newlib'
|
||||
relevantpattern='*.*|.*. *.*|.'
|
||||
archive_filename='newlib-@{version}'
|
||||
archive_dirname='newlib-@{version}'
|
||||
|
@ -2,6 +2,6 @@ origin='RedHat'
|
||||
repository='git git://sourceware.org/git/newlib-cygwin.git'
|
||||
# Do not use "$(CT_Mirrors sourceware newlib)" here: the mirrors (kernel.org
|
||||
# and gnu.org) only store some older releases of newlib (2.0.0 and before).
|
||||
mirrors='ftp://sourceware.org/pub/newlib'
|
||||
mirrors='https://sourceware.org/pub/newlib'
|
||||
relevantpattern='*.*|.*. *.*|.'
|
||||
archive_formats='.tar.gz'
|
||||
|
Loading…
x
Reference in New Issue
Block a user