X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=db473e5b4b7b94080c997a0fa53d78e03e863dd6;hb=f2a29506f1066b49129ae11d546a344f33ae37fc;hp=b4351391944bb6de6a8da2c0889b03c26361c505;hpb=c2b66f900840a0d33c0eef0051b11195db87e9f3;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index b435139..db473e5 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,10 +1,10 @@ -BINUTILS_VER=2.23 +BINUTILS_VER=2.23.1 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.bz2 BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=1.20.0 +NEWLIB_VER=2.0.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz -NEWLIB_URL="ftp://sources.redhat.com/pub/newlib/$(NEWLIB_TAR)" +NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" GCC_VER=4.7.2 GCC_TAR=gcc-$(GCC_VER).tar.bz2