diff options
author | Michael Hope <michaelh@juju.net.nz> | 2013-08-01 20:24:35 +0000 |
---|---|---|
committer | Michael Hope <michaelh@juju.net.nz> | 2013-08-01 20:24:35 +0000 |
commit | c0c6db07fe47150709dd863a8aab9d324b8cb6df (patch) | |
tree | 3c64545368070ee270139db8c0afb2d5a6304bb2 | |
parent | 8d21f730a6c024c35c1b6406a400ce02629eeffb (diff) | |
download | crosstool-ng-c0c6db07fe47150709dd863a8aab9d324b8cb6df.tar.gz crosstool-ng-c0c6db07fe47150709dd863a8aab9d324b8cb6df.tar.bz2 crosstool-ng-c0c6db07fe47150709dd863a8aab9d324b8cb6df.zip |
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
-rw-r--r-- | scripts/build/companion_libs/121-isl.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/121-isl.sh b/scripts/build/companion_libs/121-isl.sh index 1d3c0497..48b15df1 100644 --- a/scripts/build/companion_libs/121-isl.sh +++ b/scripts/build/companion_libs/121-isl.sh @@ -13,7 +13,8 @@ if [ "${CT_ISL}" = "y" ]; then # Download ISL do_isl_get() { 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 |