From 5926a76d6436e1a3c9623053a21bc341f8774ca6 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 7 Aug 2023 15:13:35 +0100 Subject: [PATCH] devkitPPC: update binutils to 2.41 --- dkppc/patches/{binutils-2.40.patch => binutils-2.41.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dkppc/patches/{binutils-2.40.patch => binutils-2.41.patch} (100%) diff --git a/dkppc/patches/binutils-2.40.patch b/dkppc/patches/binutils-2.41.patch similarity index 100% rename from dkppc/patches/binutils-2.40.patch rename to dkppc/patches/binutils-2.41.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index f358623..df1ca99 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -39,8 +39,8 @@ case "$VERSION" in toolchain=DEVKITARM ;; "2" ) - BINUTILS_VER=2.40 GCC_VER=13.2.0 + BINUTILS_VER=2.41 MN_BINUTILS_VER=2.24 NEWLIB_VER=4.3.0.20230120 basedir='dkppc'