Skip to content

Commit

Permalink
devkitARM: update binutils to 2.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Aug 30, 2024
1 parent 8b3fb07 commit ce700b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-devkit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#---------------------------------------------------------------------------------
# devkitARM release 64
# devkitARM release 65
# devkitPPC release 45.2
# devkitA64 release 27
#---------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dkarm-eabi/scripts/build-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion select_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce700b7

Please sign in to comment.