devkitPPC: update binutils to 2.41

This commit is contained in:
Dave Murphy 2023-08-07 15:13:35 +01:00
parent 12a06c469f
commit 5926a76d64
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 1 additions and 1 deletions

View File

@ -39,8 +39,8 @@ case "$VERSION" in
toolchain=DEVKITARM
;;
"2" )
BINUTILS_VER=2.40
GCC_VER=13.2.0
BINUTILS_VER=2.41
MN_BINUTILS_VER=2.24
NEWLIB_VER=4.3.0.20230120
basedir='dkppc'