diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2014-12-08 15:03:08 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2014-12-08 15:03:08 -0800 |
commit | 79422633cf2d0282ed2d637d2ba237cc3f4e6a8e (patch) | |
tree | ab8bf93a3d7e9217bb21fe8c9cd94b083653085e /scripts/build/binutils | |
parent | 098c87e98aa0c4b07a632173ddfd72c93df49aad (diff) | |
download | crosstool-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/binutils')
-rw-r--r-- | scripts/build/binutils/binutils.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh index 79a1addb..1cc8739e 100644 --- a/scripts/build/binutils/binutils.sh +++ b/scripts/build/binutils/binutils.sh @@ -9,8 +9,8 @@ do_binutils_get() { "${CT_BINUTILS_CUSTOM_LOCATION}" else CT_GetFile "binutils-${CT_BINUTILS_VERSION}" \ - {ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils \ - ftp://gcc.gnu.org/pub/binutils/{releases,snapshots} + ftp://{sourceware.org,gcc.gnu.org}/pub/binutils/{releases,snapshots} \ + {ftp,http}://{ftp.gnu.org/gnu,ftp.kernel.org/pub/linux/devel}/binutils fi if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then |