X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=cfa351c4c4be260ccdace046bd5737f2fffa7c0c;hp=818656fe7152fb5351937003eaabbae47f908eb9;hb=b26349f7f4730b71cb0a68a500a5f1c4fa8e8a9f;hpb=68f78125c955c5afd532fa2b7ed53252f960ca60 diff --git a/toolchain/Makefile b/toolchain/Makefile index 818656f..cfa351c 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ 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=8.3.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"