Fix cross compilation for lmbench

This commit is contained in:
2025-09-29 15:37:26 +02:00
parent 93e94cd370
commit a8bfb6dcd7
2 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/src/Makefile b/src/Makefile
index 2555014..356eeb3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,7 +36,7 @@ SHELL=/bin/sh
CC=`../scripts/compiler`
MAKE=`../scripts/make`
-AR=ar
+AR?=ar
ARCREATE=cr
# base of installation location