carl9170 toolchain: update to gcc 10.2.0
[carl9170fw.git] / toolchain / Makefile
index 8160589ce745e7a5481f2c3a763cd6171e58d2a7..751386c4b228db669a691f49347f15b363a4cbba 100644 (file)
@@ -1,12 +1,12 @@
-BINUTILS_VER=2.32
+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)"
 
-GCC_VER=9.2.0
+GCC_VER=10.2.0
 GCC_TAR=gcc-$(GCC_VER).tar.xz
 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_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)"