carl9170 toolchain: update to gcc 10.1.0
[carl9170fw.git] / toolchain / Makefile
index 5f2d7a48478b40336cc273953e068f81de61037d..2ea123f7dc4502d633748f631cde448496f57b53 100644 (file)
@@ -6,7 +6,7 @@ NEWLIB_VER=3.3.0
 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz
 NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)"
 
-GCC_VER=9.3.0
+GCC_VER=10.1.0
 GCC_TAR=gcc-$(GCC_VER).tar.xz
 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"