From de5cb79a78e2fecc993582f06fa1c081c183cc8f Mon Sep 17 00:00:00 2001 From: Ziemas Date: Fri, 17 May 2024 21:54:56 +0200 Subject: [PATCH] Upgrade to gcc14 --- config/ps2toolchain-iop-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ps2toolchain-iop-config.sh b/config/ps2toolchain-iop-config.sh index 438dc4e..cc61f9f 100644 --- a/config/ps2toolchain-iop-config.sh +++ b/config/ps2toolchain-iop-config.sh @@ -3,7 +3,7 @@ PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git" PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="iop-v2.35.2" PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/ps2dev/gcc.git" -PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="iop-v13.2.0" +PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="iop-v14.1.0" if test -f "$PS2DEV_CONFIG_OVERRIDE"; then source "$PS2DEV_CONFIG_OVERRIDE"