From a71f931137364620e3d620ab831fa173985cf265 Mon Sep 17 00:00:00 2001 From: Julian Uy Date: Thu, 18 Sep 2025 09:41:43 -0500 Subject: [PATCH] config: Update Binutils to 2.45 and GCC to 15.2.0 --- config/ps2toolchain-iop-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ps2toolchain-iop-config.sh b/config/ps2toolchain-iop-config.sh index a0a511a..49bb508 100644 --- a/config/ps2toolchain-iop-config.sh +++ b/config/ps2toolchain-iop-config.sh @@ -1,9 +1,9 @@ #!/bin/bash -PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git" -PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="iop-v2.44.0" +PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git" +PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_45" PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git" -PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.1.0" +PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.2.0" if test -f "$PS2DEV_CONFIG_OVERRIDE"; then source "$PS2DEV_CONFIG_OVERRIDE"