Skip to content

Commit 2bfdd4c

Browse files
authored
Merge pull request #37 from uyjulian/binutils_gcc_update_20250918
Update Binutils to 2.45 and GCC to 15.2.0
2 parents db61b4e + a71f931 commit 2bfdd4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/ps2toolchain-iop-config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
4-
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="iop-v2.44.0"
3+
PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git"
4+
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_45"
55
PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git"
6-
PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.1.0"
6+
PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.2.0"
77

88
if test -f "$PS2DEV_CONFIG_OVERRIDE"; then
99
source "$PS2DEV_CONFIG_OVERRIDE"

0 commit comments

Comments
 (0)