From aa0639a69bad635ba4d2d828079c48b83e761a64 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Wed, 4 Mar 2026 21:55:19 +0100 Subject: [PATCH] Upgrade to newlib 4.6 --- config/ps2toolchain-ee-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ps2toolchain-ee-config.sh b/config/ps2toolchain-ee-config.sh index 109df40..96e3c43 100644 --- a/config/ps2toolchain-ee-config.sh +++ b/config/ps2toolchain-ee-config.sh @@ -5,7 +5,7 @@ PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.45.1" PS2TOOLCHAIN_EE_GCC_REPO_URL="https://github.com/ps2dev/gcc.git" PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v15.2.0" PS2TOOLCHAIN_EE_NEWLIB_REPO_URL="https://github.com/ps2dev/newlib.git" -PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF="ee-v4.5.0" +PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF="ee-v4.6.0" PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_REPO_URL="https://github.com/ps2dev/pthread-embedded.git" PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_DEFAULT_REPO_REF="platform_agnostic"