X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=5f2d7a48478b40336cc273953e068f81de61037d;hp=750253bcf323c154ccfd53b2970bb7c4ffc36616;hb=1c30b95b5417a99a4e910221da02100730765200;hpb=26ed147bb322afcf071ef4e5eb595480221430dc diff --git a/toolchain/Makefile b/toolchain/Makefile index 750253b..5f2d7a4 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=3.3.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=9.2.0 +GCC_VER=9.3.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"