X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=8ebbed897ff7e409ebdab541ea1b77b6f96b7d1e;hp=36e29e3fb0f821c8d4a5ca11277ef00f4e8be579;hb=028d6ee0b94849385de6d8c5b3117c3c22024df1;hpb=e6666bf3bbc1ed933042cc20ee89637ba8dc648b diff --git a/toolchain/Makefile b/toolchain/Makefile index 36e29e3..8ebbed8 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -6,7 +6,7 @@ NEWLIB_VER=2.2.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=5.2.0 +GCC_VER=5.3.0 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"