devkitARM: update binutils to 2.38

This commit is contained in:
Dave Murphy 2022-04-30 17:57:26 +01:00
parent a0ee149c40
commit c0146427e1
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#---------------------------------------------------------------------------------
# devkitARM release 57
# devkitARM release 58
# devkitPPC release 40
# devkitA64 release 18
#---------------------------------------------------------------------------------

View File

@ -66,7 +66,7 @@ then
--with-system-zlib \
--disable-tm-clone-registry \
--disable-__cxa_atexit \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 57" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 58" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \

View File

@ -31,7 +31,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=11.2.0
BINUTILS_VER=2.37
BINUTILS_VER=2.38
NEWLIB_VER=4.2.0.20211231
basedir='dkarm-eabi'
package=devkitARM