summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hope <michaelh@juju.net.nz>2013-08-01 20:24:35 (GMT)
committerMichael Hope <michaelh@juju.net.nz>2013-08-01 20:24:35 (GMT)
commitc0c6db07fe47150709dd863a8aab9d324b8cb6df (patch)
tree3c64545368070ee270139db8c0afb2d5a6304bb2
parent8d21f730a6c024c35c1b6406a400ce02629eeffb (diff)
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.sh3
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 1d3c049..48b15df 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