X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2FMakefile;h=751386c4b228db669a691f49347f15b363a4cbba;hb=HEAD;hp=004c42490e1fcae627c7d769b85cc33e7cce8d9b;hpb=e79db560b6f7b6dfa6c1ab97b4f460a4d1d3be85;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 004c424..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.1.0 +NEWLIB_VER=4.4.0.20231231 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=12.2.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)"