Skip to content

Commit c014642

Browse files
committed
devkitARM: update binutils to 2.38
1 parent a0ee149 commit c014642

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 57
3+
# devkitARM release 58
44
# devkitPPC release 40
55
# devkitA64 release 18
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 57" \
69+
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 58" \
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=11.2.0
34-
BINUTILS_VER=2.37
34+
BINUTILS_VER=2.38
3535
NEWLIB_VER=4.2.0.20211231
3636
basedir='dkarm-eabi'
3737
package=devkitARM

0 commit comments

Comments
 (0)