X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=27c6ef9359e1e873a8c10a32cc3ce583386c58a1;hp=e0638704c540eaaf3903fc6da322e2ea95ed0607;hb=cfe2ac1769223662cf9c76d16de15647d2eeea97;hpb=58c57a78909bcbbd4d44db4240fb544e80d6eb54 diff --git a/toolchain/Makefile b/toolchain/Makefile index e063870..27c6ef9 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=2.4.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=6.2.0 +GCC_VER=6.3.0 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"