summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs/121-isl.sh
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-12-08 23:03:08 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2014-12-08 23:03:08 (GMT)
commit79422633cf2d0282ed2d637d2ba237cc3f4e6a8e (patch)
treeab8bf93a3d7e9217bb21fe8c9cd94b083653085e /scripts/build/companion_libs/121-isl.sh
parent098c87e98aa0c4b07a632173ddfd72c93df49aad (diff)
scripts: Update download locations
This change updates the download locations to default to the official download site. For gcc and gdb, also separate out the linaro download locations so that if you are downloading the linaro variant, it skips trying to download from the official gcc mirror. This commit closes #3 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'scripts/build/companion_libs/121-isl.sh')
-rw-r--r--scripts/build/companion_libs/121-isl.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/companion_libs/121-isl.sh b/scripts/build/companion_libs/121-isl.sh
index 48b15df..6c06ab0 100644
--- a/scripts/build/companion_libs/121-isl.sh
+++ b/scripts/build/companion_libs/121-isl.sh
@@ -12,9 +12,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/ \
- http://mirrors.kernel.org/sources.redhat.com/gcc/infrastructure
+ CT_GetFile "isl-${CT_ISL_VERSION}" \
+ http://isl.gforge.inria.fr
}
# Extract ISL