carl9170 toolchain: update gcc to 13.2
[carl9170fw.git] / toolchain / Makefile
index d73844f3914e14b0a5d21619d565410ff351c52b..bc3cae4cdc827bed105775ce22157f2b9bdde41c 100644 (file)
@@ -6,7 +6,7 @@ NEWLIB_VER=4.3.0.20230120
 NEWLIB_TAR=newlib-$(NEWLIB_VER).tar.gz
 NEWLIB_URL="ftp://sourceware.org/pub/newlib/$(NEWLIB_TAR)"
 
-GCC_VER=13.1.0
+GCC_VER=13.2.0
 GCC_TAR=gcc-$(GCC_VER).tar.xz
 GCC_URL="http://mirrors.kernel.org/gnu/gcc/gcc-$(GCC_VER)/$(GCC_TAR)"