X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=751386c4b228db669a691f49347f15b363a4cbba;hp=2ea123f7dc4502d633748f631cde448496f57b53;hb=bdb09091452a302db607b14c9025a91d9c09405a;hpb=811cc109bcf6808d1d2986b67e14b483a1665988 diff --git a/toolchain/Makefile b/toolchain/Makefile index 2ea123f..751386c 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=10.1.0 +GCC_VER=10.2.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"