X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=740a755e41ed6046681dfe312cba243c2ecaed27;hb=1765258283f5fc36987ae44cdd516163290629e0;hp=d6b30fa3f06a20f2a65f277184dd83ab7f57bf3b;hpb=0c6751054d21996f475e80c6c8a6bafbce67f0a2;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index d6b30fa..740a755 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,8 +1,8 @@ -BINUTILS_VER=2.20.1 +BINUTILS_VER=2.21 BINUTILS_URL=http://mirrors.kernel.org/gnu/binutils/binutils-$(BINUTILS_VER).tar.bz2 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.bz2 -NEWLIB_VER=1.18.0 +NEWLIB_VER=1.19.0 NEWLIB_URL=ftp://sources.redhat.com/pub/newlib/newlib-$(NEWLIB_VER).tar.gz NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz