Skip to content

Commit ce700b7

Browse files
committed
devkitARM: update binutils to 2.43.1
1 parent 8b3fb07 commit ce700b7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#---------------------------------------------------------------------------------
3-
# devkitARM release 64
3+
# devkitARM release 65
44
# devkitPPC release 45.2
55
# devkitA64 release 27
66
#---------------------------------------------------------------------------------

dkarm-eabi/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ then
6666
--with-system-zlib \
6767
--disable-tm-clone-registry \
6868
--disable-__cxa_atexit \
69-
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 64" \
69+
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 65" \
7070
$CROSS_PARAMS \
7171
$CROSS_GCC_PARAMS \
7272
$EXTRA_GCC_PARAMS \

select_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ done
3131
case "$VERSION" in
3232
"1" )
3333
GCC_VER=14.1.0
34-
BINUTILS_VER=2.42
34+
BINUTILS_VER=2.43.1
3535
NEWLIB_VER=4.4.0.20231231
3636
basedir='dkarm-eabi'
3737
package=devkitARM

0 commit comments

Comments
 (0)