use gcc 6.2.0

This commit is contained in:
Dave Murphy
2016-10-11 14:39:39 +01:00
parent 64492fe29c
commit 3ba03b29f2
2 changed files with 331 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ case "$VERSION" in
toolchain=DEVKITARM
;;
"2" )
GCC_VER=6.1.0
GCC_VER=6.2.0
BINUTILS_VER=2.26
NEWLIB_VER=2.0.0
GDB_VER=7.11