X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=6ee8cd98aa75fa7d43206f95dad9d713dbb7cf1c;hb=HEAD;hp=d73844f3914e14b0a5d21619d565410ff351c52b;hpb=870effe30a5b74cc475ebee07ec8b4c37a9cfc30;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index d73844f..6ee8cd9 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,20 +1,20 @@ -BINUTILS_VER=2.40 +BINUTILS_VER=2.42 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=4.3.0.20230120 +NEWLIB_VER=4.4.0.20231231 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=13.1.0 +GCC_VER=13.3.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" -MPFR_VER=4.2.0 +MPFR_VER=4.2.1 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz MPFR_URL="http://ftpmirror.gnu.org/gnu/mpfr/$(MPFR_TAR)" -GMP_VER=6.2.1 +GMP_VER=6.3.0 GMP_TAR=gmp-$(GMP_VER).tar.xz GMP_URL="http://ftpmirror.gnu.org/gnu/gmp/$(GMP_TAR)"