X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=740a755e41ed6046681dfe312cba243c2ecaed27;hb=286d1cba9fb3df4b7bdf4321cbb5fb5965513b30;hp=336edcb6607df34b87ba06b6728d1a9eecae8645;hpb=8cc23a3b68558d9cacf5397af84ac6be5ce91174;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 336edcb..740a755 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,8 +1,8 @@ -BINUTILS_VER=2.20.51 +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