We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db61b4e + a71f931 commit 2bfdd4cCopy full SHA for 2bfdd4c
config/ps2toolchain-iop-config.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
3
-PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
4
-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"
5
PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git"
6
-PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.1.0"
+PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.2.0"
7
8
if test -f "$PS2DEV_CONFIG_OVERRIDE"; then
9
source "$PS2DEV_CONFIG_OVERRIDE"
0 commit comments