mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
complibs/isl: add HTTP mirror
Add well-known HTTP mirror as a fallback. This lets crosstool-ng work when behind a HTTP/HTTPS only proxy. Signed-off-by: Michael Hope <michaelh@juju.net.nz> [me: split original patch in two] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <aeb4a850d0786ee62dc2.1375559989@wanda> Patchwork-Id: 264436
This commit is contained in:
parent
8d21f730a6
commit
c0c6db07fe
@ -13,7 +13,8 @@ if [ "${CT_ISL}" = "y" ]; then
|
|||||||
# Download ISL
|
# Download ISL
|
||||||
do_isl_get() {
|
do_isl_get() {
|
||||||
CT_GetFile "isl-${CT_ISL_VERSION}" \
|
CT_GetFile "isl-${CT_ISL_VERSION}" \
|
||||||
ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/
|
ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/ \
|
||||||
|
http://mirrors.kernel.org/sources.redhat.com/gcc/infrastructure
|
||||||
}
|
}
|
||||||
|
|
||||||
# Extract ISL
|
# Extract ISL
|
||||||
|
Loading…
Reference in New Issue
Block a user