From ce700b701da0e82f32fcc2d400fa4ae6900cd6df Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 30 Aug 2024 19:59:41 +0100 Subject: [PATCH] devkitARM: update binutils to 2.43.1 --- build-devkit.sh | 2 +- dkarm-eabi/scripts/build-gcc.sh | 2 +- select_toolchain.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index 820e9c6..e45edf1 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash #--------------------------------------------------------------------------------- -# devkitARM release 64 +# devkitARM release 65 # devkitPPC release 45.2 # devkitA64 release 27 #--------------------------------------------------------------------------------- diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index 48f7603..4c8b42f 100755 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -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 \ diff --git a/select_toolchain.sh b/select_toolchain.sh index a0cfa6c..bd97c03 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -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