carl9170 toolchain: update newlib to 4.4.0
[carl9170fw.git] / toolchain / Makefile
index bc3cae4cdc827bed105775ce22157f2b9bdde41c..3701261dccd93a06944b6f225bda5c106c0a3e91 100644 (file)
@@ -1,8 +1,8 @@
-BINUTILS_VER=2.40
+BINUTILS_VER=2.41
 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)"
 
@@ -10,11 +10,11 @@ GCC_VER=13.2.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)"