X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=36e29e3fb0f821c8d4a5ca11277ef00f4e8be579;hb=e6666bf3bbc1ed933042cc20ee89637ba8dc648b;hp=6404f8e0e2515d015c9002407ba77c5084352f6d;hpb=1e0a070c12b677dc9769f806a1e762f52567db7a;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 6404f8e..36e29e3 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,12 +1,12 @@ -BINUTILS_VER=2.24 +BINUTILS_VER=2.25 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.bz2 BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=2.1.0 +NEWLIB_VER=2.2.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=4.9.1 +GCC_VER=5.2.0 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"