X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=750253bcf323c154ccfd53b2970bb7c4ffc36616;hp=ee42f8069e315bc2327897019e8d0e81bfdab208;hb=c0ea57dd098c5eb60368a70181d0c3f5f9489d09;hpb=a9be5dd76b1fd1ad52bd2275e06f4dfa1e71993d diff --git a/toolchain/Makefile b/toolchain/Makefile index ee42f80..750253b 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,8 +1,8 @@ -BINUTILS_VER=2.33.1 +BINUTILS_VER=2.34 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=3.1.0 +NEWLIB_VER=3.3.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" @@ -14,7 +14,7 @@ MPFR_VER=4.0.2 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz MPFR_URL="http://ftpmirror.gnu.org/gnu/mpfr/$(MPFR_TAR)" -GMP_VER=6.1.2 +GMP_VER=6.2.0 GMP_TAR=gmp-$(GMP_VER).tar.xz GMP_URL="http://ftpmirror.gnu.org/gnu/gmp/$(GMP_TAR)"