From 4a017922958a6a1dcc3eb65d703e8c86c865779c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 10 Jun 2025 13:54:19 +0800 Subject: [PATCH] bump default binutils version to 2.44 this is needed to fix riscv64 builds with newer gcc versions, and probably fixes other bugs too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f4aaea..5bc15e2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SOURCES = sources CONFIG_SUB_REV = 3d5db9ebe860 -BINUTILS_VER = 2.33.1 +BINUTILS_VER = 2.44 GCC_VER = 9.4.0 MUSL_VER = 1.2.5 GMP_VER = 6.1.2