devkitARM: use gcc 13.2.0

This commit is contained in:
Dave Murphy 2023-08-04 15:50:20 +01:00
parent 9332465b06
commit 7d1a2ac929
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=13.1.0
GCC_VER=13.2.0
BINUTILS_VER=2.40
NEWLIB_VER=4.3.0.20230120
basedir='dkarm-eabi'