Skip to content

Commit 46961af

Browse files
authored
Merge pull request #42 from ps2dev/upgrade-official-mainstream-repos
Update repository URLs for binutils and gcc
2 parents acdb4dc + be34a5d commit 46961af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/ps2toolchain-iop-config.sh

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

3-
PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git"
3+
PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://sourceware.org/git/binutils-gdb.git"
44
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_45_1"
5-
PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git"
5+
PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://gcc.gnu.org/git/gcc.git"
66
PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-15.2.0"
77

88
if test -f "$PS2DEV_CONFIG_OVERRIDE"; then

0 commit comments

Comments
 (0)