X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=c12bfae731b92f8eebbc54a69bc4f76869915220;hp=5ebb9f7c1ed956531fa792382e1e46fc5587a879;hb=736c7eb8614f775f808ca8999f019dcb5c3ddfdd;hpb=467556acea56f361a21b2a3761ca056b9da2d237 diff --git a/toolchain/Makefile b/toolchain/Makefile index 5ebb9f7..c12bfae 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,16 +1,16 @@ -BINUTILS_VER=2.29 +BINUTILS_VER=2.29.1 BINUTILS_TAR=binutils-$(BINUTILS_VER).tar.xz BINUTILS_URL="http://mirrors.kernel.org/gnu/binutils/$(BINUTILS_TAR)" -NEWLIB_VER=2.5.0 +NEWLIB_VER=3.0.0 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)" -GCC_VER=7.2.0 +GCC_VER=7.3.0 GCC_TAR=gcc-$(GCC_VER).tar.xz GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)" -MPFR_VER=3.1.6 +MPFR_VER=4.0.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.1.2 GMP_TAR=gmp-$(GMP_VER).tar.xz GMP_URL="http://ftpmirror.gnu.org/gnu/gmp/$(GMP_TAR)" -MPC_VER=1.0.3 +MPC_VER=1.1.0 MPC_TAR=mpc-$(MPC_VER).tar.gz MPC_URL="http://ftpmirror.gnu.org/gnu/mpc/$(MPC_TAR)"