aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-12-08 15:03:08 -0800
committerBryan Hundven <bryanhundven@gmail.com>2014-12-08 15:03:08 -0800
commit79422633cf2d0282ed2d637d2ba237cc3f4e6a8e (patch)
treeab8bf93a3d7e9217bb21fe8c9cd94b083653085e /scripts/build/companion_tools
parent098c87e98aa0c4b07a632173ddfd72c93df49aad (diff)
downloadcrosstool-ng-79422633cf2d0282ed2d637d2ba237cc3f4e6a8e.tar.gz
crosstool-ng-79422633cf2d0282ed2d637d2ba237cc3f4e6a8e.tar.bz2
crosstool-ng-79422633cf2d0282ed2d637d2ba237cc3f4e6a8e.zip
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_tools')
-rw-r--r--scripts/build/companion_tools/050-make.sh4
-rw-r--r--scripts/build/companion_tools/100-m4.sh4
-rw-r--r--scripts/build/companion_tools/200-autoconf.sh4
-rw-r--r--scripts/build/companion_tools/300-automake.sh4
-rw-r--r--scripts/build/companion_tools/400-libtool.sh4
5 files changed, 10 insertions, 10 deletions
diff --git a/scripts/build/companion_tools/050-make.sh b/scripts/build/companion_tools/050-make.sh
index 6524e359..601e2673 100644
--- a/scripts/build/companion_tools/050-make.sh
+++ b/scripts/build/companion_tools/050-make.sh
@@ -3,8 +3,8 @@
CT_MAKE_VERSION=3.81
do_companion_tools_make_get() {
- CT_GetFile "make-${CT_MAKE_VERSION}" \
- {http,ftp}://ftp.gnu.org/gnu/make
+ CT_GetFile "make-${CT_MAKE_VERSION}" \
+ {http,ftp,https}://ftp.gnu.org/gnu/make
}
do_companion_tools_make_extract() {
diff --git a/scripts/build/companion_tools/100-m4.sh b/scripts/build/companion_tools/100-m4.sh
index ff4e19f9..dd8380e1 100644
--- a/scripts/build/companion_tools/100-m4.sh
+++ b/scripts/build/companion_tools/100-m4.sh
@@ -3,8 +3,8 @@
CT_M4_VERSION=1.4.13
do_companion_tools_m4_get() {
- CT_GetFile "m4-${CT_M4_VERSION}" \
- {ftp,http}://ftp.gnu.org/gnu/m4
+ CT_GetFile "m4-${CT_M4_VERSION}" \
+ {http,ftp,https}://ftp.gnu.org/gnu/m4
}
do_companion_tools_m4_extract() {
diff --git a/scripts/build/companion_tools/200-autoconf.sh b/scripts/build/companion_tools/200-autoconf.sh
index 1d3317f3..78e1b32f 100644
--- a/scripts/build/companion_tools/200-autoconf.sh
+++ b/scripts/build/companion_tools/200-autoconf.sh
@@ -3,8 +3,8 @@
CT_AUTOCONF_VERSION=2.65
do_companion_tools_autoconf_get() {
- CT_GetFile "autoconf-${CT_AUTOCONF_VERSION}" \
- {ftp,http}://ftp.gnu.org/gnu/autoconf
+ CT_GetFile "autoconf-${CT_AUTOCONF_VERSION}" \
+ {http,ftp,https}://ftp.gnu.org/gnu/autoconf
}
do_companion_tools_autoconf_extract() {
diff --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh
index 029bb839..ae0c49be 100644
--- a/scripts/build/companion_tools/300-automake.sh
+++ b/scripts/build/companion_tools/300-automake.sh
@@ -3,8 +3,8 @@
CT_AUTOMAKE_VERSION=1.11.1
do_companion_tools_automake_get() {
- CT_GetFile "automake-${CT_AUTOMAKE_VERSION}" \
- {ftp,http}://ftp.gnu.org/gnu/automake
+ CT_GetFile "automake-${CT_AUTOMAKE_VERSION}" \
+ {http,ftp,https}://ftp.gnu.org/gnu/automake
}
do_companion_tools_automake_extract() {
diff --git a/scripts/build/companion_tools/400-libtool.sh b/scripts/build/companion_tools/400-libtool.sh
index 47a1e92f..9ddf00f7 100644
--- a/scripts/build/companion_tools/400-libtool.sh
+++ b/scripts/build/companion_tools/400-libtool.sh
@@ -3,8 +3,8 @@
CT_LIBTOOL_VERSION=2.2.6b
do_companion_tools_libtool_get() {
- CT_GetFile "libtool-${CT_LIBTOOL_VERSION}" \
- {ftp,http}://ftp.gnu.org/gnu/libtool
+ CT_GetFile "libtool-${CT_LIBTOOL_VERSION}" \
+ {http,ftp,https}://ftp.gnu.org/gnu/libtool
}
do_companion_tools_libtool_extract() {