From 79422633cf2d0282ed2d637d2ba237cc3f4e6a8e Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Mon, 8 Dec 2014 15:03:08 -0800 Subject: 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 Reported-by: Thomas Petazzoni --- scripts/build/companion_tools/050-make.sh | 4 ++-- scripts/build/companion_tools/100-m4.sh | 4 ++-- scripts/build/companion_tools/200-autoconf.sh | 4 ++-- scripts/build/companion_tools/300-automake.sh | 4 ++-- scripts/build/companion_tools/400-libtool.sh | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'scripts/build/companion_tools') 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() { -- cgit v1.2.3