X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=b61e264872cc6dc5d060e2c3b66683ee8cc86a8d;hp=004c42490e1fcae627c7d769b85cc33e7cce8d9b;hb=cc31aaeb52c83f4d20837d42c76193129f5b2e66;hpb=e79db560b6f7b6dfa6c1ab97b4f460a4d1d3be85 diff --git a/toolchain/Makefile b/toolchain/Makefile index 004c424..b61e264 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=4.1.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=12.2.0 +GCC_VER=11.3.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"