X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=carl9170fw%2Ftoolchain%2FMakefile;h=1752f1f20fcd679617d198e67dced0cf18fabe92;hp=3ee93a9f5dae313cce162021b522abfb8792bc8f;hb=97aaa0985b9f4d46ce79b21e20113931b6aed5ae;hpb=92752b8937266b923871301f47d205541c0c21b9;ds=sidebyside diff --git a/carl9170fw/toolchain/Makefile b/carl9170fw/toolchain/Makefile index 3ee93a9..1752f1f 100644 --- a/carl9170fw/toolchain/Makefile +++ b/carl9170fw/toolchain/Makefile @@ -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=7.3.0 +GCC_VER=8.1.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://ftpmirror.gnu.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"