X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=a3864edd0d5eeded9a956481e23772d0a72e3474;hp=2ed721472956bb7ef2a2a0e7806cfdf4702d9f1c;hb=370b7919114a02149088c482c8709cafb9bf7478;hpb=b94cc57fa4ee29cb70415b699a1efc5f66eb41c7 diff --git a/toolchain/Makefile b/toolchain/Makefile index 2ed7214..a3864ed 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=3.0.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=7.3.0 +GCC_VER=8.1.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"