X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=carl9170fw%2Ftoolchain%2FMakefile;fp=carl9170fw%2Ftoolchain%2FMakefile;h=43e546d1fb392cd9e157e3cb0d1bd4767e44d051;hp=11db90645d58bdb10aae572e7566004fa155ff93;hb=c164bf7f87f9081fee7e1a186dd7a87a9a020b9e;hpb=433d155289c51dfb1957e48310c90116ea39989a diff --git a/carl9170fw/toolchain/Makefile b/carl9170fw/toolchain/Makefile index 11db906..43e546d 100644 --- a/carl9170fw/toolchain/Makefile +++ b/carl9170fw/toolchain/Makefile @@ -1,16 +1,16 @@ -BINUTILS_VER=2.31.1 +BINUTILS_VER=2.32 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="https://ftp.gnu.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=3.0.0 +NEWLIB_VER=3.1.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=8.2.0 +GCC_VER=9.1.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="https://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" -MPFR_VER=4.0.1 +MPFR_VER=4.0.2 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz MPFR_URL="https://ftp.gnu.org/gnu/mpfr/$(MPFR_TAR)"