Skip to content

Commit df00b45

Browse files
authored
Merge pull request #53 from fjtrujy/fix_windows_binutils
Try to use 2.43 branch to see if it solves linker issues in windows
2 parents 47fe936 + def1dc6 commit df00b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/ps2toolchain-ee-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
PS2TOOLCHAIN_EE_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
4-
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.43.1"
4+
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.43-branch"
55
PS2TOOLCHAIN_EE_GCC_REPO_URL="https://github.com/ps2dev/gcc.git"
66
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v14.2.0"
77
PS2TOOLCHAIN_EE_NEWLIB_REPO_URL="https://github.com/ps2dev/newlib.git"

0 commit comments

Comments
 (0)