We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdb4dc commit be34a5dCopy full SHA for be34a5d
1 file changed
config/ps2toolchain-iop-config.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
3
-PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git"
+PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://sourceware.org/git/binutils-gdb.git"
4
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_45_1"
5
-PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git"
+PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://gcc.gnu.org/git/gcc.git"
6
PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.2.0"
7
8
if test -f "$PS2DEV_CONFIG_OVERRIDE"; then
0 commit comments