X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=8160589ce745e7a5481f2c3a763cd6171e58d2a7;hp=e7a0be773f80fabcecbc2f3769699c44e56d81eb;hb=c79e0b170c92a862629ccf60a2260838e46a813d;hpb=001384147050b9cd9daadb4d3115cc0f13f5b319 diff --git a/toolchain/Makefile b/toolchain/Makefile index e7a0be7..8160589 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=9.1.0 +GCC_VER=9.2.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"