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