Fix lmbench build issues with GCC 14

Reviewed-by: Aleix Boné <abonerib@bsc.es>
Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
2025-07-21 17:52:06 +02:00
parent 88d4d8e317
commit 974bb56dc3
3 changed files with 82 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
--- a/Makefile
+++ b/Makefile
--- a/src/Makefile
+++ b/src/Makefile
@@ -144,6 +144,7 @@ install-target:
if [ ! -d $(BASE)/include ]; then mkdir $(BASE)/include; fi
if [ ! -d $(BASE)/lib ]; then mkdir $(BASE)/lib; fi