X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=dbe94f304f029170122494518df97269e92cf7c6;hb=429c34b50c3ae53b949e06eed23f7ab7142fbb3c;hp=3e29f8d536201251a46a8f33e17be23d862a4a0d;hpb=9288bfffd420d06945e607d6df0d581f3a582508;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 3e29f8d..dbe94f3 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,12 +1,12 @@ -BINUTILS_VER=2.23.1 +BINUTILS_VER=2.25 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.bz2 BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=2.0.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.8.1 +GCC_VER=5.1.0 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"