Skip to content

Commit 47fe936

Browse files
authored
Merge pull request #52 from fjtrujy/updateToolchain
Upgrade binutils and gcc
2 parents c1dac82 + 76c674a commit 47fe936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/ps2toolchain-ee-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.41.0"
4+
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.43.1"
55
PS2TOOLCHAIN_EE_GCC_REPO_URL="https://github.com/ps2dev/gcc.git"
6-
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v14.1.0"
6+
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v14.2.0"
77
PS2TOOLCHAIN_EE_NEWLIB_REPO_URL="https://github.com/ps2dev/newlib.git"
88
PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF="ee-v4.4.0"
99
PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_REPO_URL="https://github.com/ps2dev/pthread-embedded.git"

0 commit comments

Comments
 (0)