diff --git a/config/ps2toolchain-ee-config.sh b/config/ps2toolchain-ee-config.sh index f11aa31..bf67f3c 100644 --- a/config/ps2toolchain-ee-config.sh +++ b/config/ps2toolchain-ee-config.sh @@ -3,7 +3,7 @@ PS2TOOLCHAIN_EE_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git" PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.41.0" PS2TOOLCHAIN_EE_GCC_REPO_URL="https://github.com/ps2dev/gcc.git" -PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v14.2.0" +PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v14-branch-121224" PS2TOOLCHAIN_EE_NEWLIB_REPO_URL="https://github.com/ps2dev/newlib.git" PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF="ee-v4.4.0" PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_REPO_URL="https://github.com/ps2dev/pthread-embedded.git"