From df8b66a8081930587ae4d7433bbc8982f8418253 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 6 May 2022 17:46:22 +0100 Subject: [PATCH] devkitA64: update gcc to 12.1.0 --- .../patches/{gcc-12.1.0-RC-20220429.patch => gcc-12.1.0.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dka64/patches/{gcc-12.1.0-RC-20220429.patch => gcc-12.1.0.patch} (100%) diff --git a/dka64/patches/gcc-12.1.0-RC-20220429.patch b/dka64/patches/gcc-12.1.0.patch similarity index 100% rename from dka64/patches/gcc-12.1.0-RC-20220429.patch rename to dka64/patches/gcc-12.1.0.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index 2745531..5ddd770 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -49,7 +49,7 @@ case "$VERSION" in toolchain=DEVKITPPC ;; "3" ) - GCC_VER=12.1.0-RC-20220429 + GCC_VER=12.1.0 BINUTILS_VER=2.32 NEWLIB_VER=4.2.0.20211231 basedir='dka64'