X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=toolchain%2FMakefile;h=b61e264872cc6dc5d060e2c3b66683ee8cc86a8d;hb=cc31aaeb52c83f4d20837d42c76193129f5b2e66;hp=f00259a12232e7a240b14520665e7da058d12738;hpb=8bbbb4dcc171ff8e74e4f7e310e50491e90597b7;p=carl9170fw.git diff --git a/toolchain/Makefile b/toolchain/Makefile index f00259a..b61e264 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,4 +1,4 @@ -BINUTILS_VER=2.39 +BINUTILS_VER=2.40 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" @@ -6,11 +6,11 @@ NEWLIB_VER=4.1.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=12.2.0 +GCC_VER=11.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.1.0 +MPFR_VER=4.2.0 MPFR_TAR=mpfr-$(MPFR_VER).tar.xz MPFR_URL="http://ftpmirror.gnu.org/gnu/mpfr/$(MPFR_TAR)" @@ -18,7 +18,7 @@ GMP_VER=6.2.1 GMP_TAR=gmp-$(GMP_VER).tar.xz GMP_URL="http://ftpmirror.gnu.org/gnu/gmp/$(GMP_TAR)" -MPC_VER=1.2.1 +MPC_VER=1.3.1 MPC_TAR=mpc-$(MPC_VER).tar.gz MPC_URL="http://ftpmirror.gnu.org/gnu/mpc/$(MPC_TAR)"