X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=carl9170fw%2Ftoolchain%2FMakefile;h=11db90645d58bdb10aae572e7566004fa155ff93;hp=6b0c87e21775116f5bcb1150f7dd0c40b91609b0;hb=4934781ab90052a6eaa286e2ade9c0f6c67e5abe;hpb=ab85ee2aa34903823dabcb783aeb7afed98ecfdb diff --git a/carl9170fw/toolchain/Makefile b/carl9170fw/toolchain/Makefile index 6b0c87e..11db906 100644 --- a/carl9170fw/toolchain/Makefile +++ b/carl9170fw/toolchain/Makefile @@ -1,4 +1,4 @@ -BINUTILS_VER=2.30 +BINUTILS_VER=2.31.1 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="https://ftp.gnu.org/gnu/binutils/$(BINUTILS_TAR)" @@ -6,7 +6,7 @@ NEWLIB_VER=3.0.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=8.1.0 +GCC_VER=8.2.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="https://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"