mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
e4f401efb6
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>
10 lines
404 B
Plaintext
10 lines
404 B
Plaintext
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='https://sourceware.org/pub/newlib'
|
|
relevantpattern='*.*|.*. *.*|.'
|
|
archive_filename='newlib-@{version}'
|
|
archive_dirname='newlib-@{version}'
|
|
archive_formats='.tar.gz'
|