devkitARM: update binutils to 2.43.1

This commit is contained in:
Dave Murphy 2024-08-30 19:59:41 +01:00
parent 8b3fb07490
commit ce700b701d
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 64
# devkitARM release 65
# devkitPPC release 45.2
# devkitA64 release 27
#---------------------------------------------------------------------------------

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 64" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 65" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \

View File

@ -31,7 +31,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=14.1.0
BINUTILS_VER=2.42
BINUTILS_VER=2.43.1
NEWLIB_VER=4.4.0.20231231
basedir='dkarm-eabi'
package=devkitARM