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'