X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=bc3cae4cdc827bed105775ce22157f2b9bdde41c;hb=b6b920913f453a0cdf49ebfd005564602f5e8971;hp=d73844f3914e14b0a5d21619d565410ff351c52b;hpb=7e8971958284d4575f271510c808f6b9cc7c6edc;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index d73844f..bc3cae4 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=4.3.0.20230120 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=13.1.0 +GCC_VER=13.2.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"