From: Jason Self Date: Fri, 12 Jan 2018 14:36:47 +0000 (-0800) Subject: carl9170: binutils and GCC should be downloaded from ftpmirror.gnu.org which does... X-Git-Tag: v1.1~3 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=e200e491e3f8ebaa38e4ebbc136ef57af5394569 carl9170: binutils and GCC should be downloaded from ftpmirror.gnu.org which does redirection so as to take advantage of all the mirrors that exist and not from one particular host --- diff --git a/carl9170fw/toolchain/Makefile b/carl9170fw/toolchain/Makefile index 5ebb9f7..0b10de3 100644 --- a/carl9170fw/toolchain/Makefile +++ b/carl9170fw/toolchain/Makefile @@ -1,6 +1,6 @@ BINUTILS_VER=2.29 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz -BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" +BINUTILS_URL="http://ftpmirror.gnu.org/gnu/binutils/$(BINUTILS_TAR)" NEWLIB_VER=2.5.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz @@ -8,7 +8,7 @@ NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" GCC_VER=7.2.0 GCC_TAR=gcc-$(GCC_VER).tar.xz -GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" +GCC_URL="http://ftpmirror.gnu.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" MPFR_VER=3.1.6 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz