X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carl9170fw%2Ftoolchain%2FMakefile;h=c3a1a44776a155695112da2c77d03f6708ff3b7d;hb=537fbd1efa9d718973c173ddd63fa4b480e3dab9;hp=0b10de39abd58ced00c5723f281affe98984c2ee;hpb=e200e491e3f8ebaa38e4ebbc136ef57af5394569;p=linux-libre-firmware.git diff --git a/carl9170fw/toolchain/Makefile b/carl9170fw/toolchain/Makefile index 0b10de3..c3a1a44 100644 --- a/carl9170fw/toolchain/Makefile +++ b/carl9170fw/toolchain/Makefile @@ -1,26 +1,26 @@ -BINUTILS_VER=2.29 +BINUTILS_VER=2.30 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz -BINUTILS_URL="http://ftpmirror.gnu.org/gnu/binutils/$(BINUTILS_TAR)" +BINUTILS_URL="https://ftp.gnu.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=2.5.0 +NEWLIB_VER=3.0.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=7.2.0 +GCC_VER=7.3.0 GCC_TAR=gcc-$(GCC_VER).tar.xz -GCC_URL="http://ftpmirror.gnu.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" +GCC_URL="https://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" -MPFR_VER=3.1.6 +MPFR_VER=4.0.1 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz -MPFR_URL="http://ftpmirror.gnu.org/gnu/mpfr/$(MPFR_TAR)" +MPFR_URL="https://ftp.gnu.org/gnu/mpfr/$(MPFR_TAR)" GMP_VER=6.1.2 GMP_TAR=gmp-$(GMP_VER).tar.xz -GMP_URL="http://ftpmirror.gnu.org/gnu/gmp/$(GMP_TAR)" +GMP_URL="https://ftp.gnu.org/gnu/gmp/$(GMP_TAR)" -MPC_VER=1.0.3 +MPC_VER=1.1.0 MPC_TAR=mpc-$(MPC_VER).tar.gz -MPC_URL="http://ftpmirror.gnu.org/gnu/mpc/$(MPC_TAR)" +MPC_URL="https://ftp.gnu.org/gnu/mpc/$(MPC_TAR)" JOBS?=$(shell grep -c ^processor /proc/cpuinfo)