From e149c31c48b4f4a4c9349ddf7bc0027b90245afc Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 29 Feb 2024 21:22:15 -0500 Subject: [PATCH] bump default musl version to 1.2.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1503335..6c76a1e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SOURCES = sources CONFIG_SUB_REV = 3d5db9ebe860 BINUTILS_VER = 2.33.1 GCC_VER = 9.4.0 -MUSL_VER = 1.2.4 +MUSL_VER = 1.2.5 GMP_VER = 6.1.2 MPC_VER = 1.1.0 MPFR_VER = 4.0.2