devkitA64: update gcc to 12.1.0

This commit is contained in:
Dave Murphy 2022-05-06 17:46:22 +01:00
parent 219b5dcebd
commit df8b66a808
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ case "$VERSION" in
toolchain=DEVKITPPC
;;
"3" )
GCC_VER=12.1.0-RC-20220429
GCC_VER=12.1.0
BINUTILS_VER=2.32
NEWLIB_VER=4.2.0.20211231
basedir='dka64'