aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench/lmbench/rename-line-binary.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lmbench/lmbench/rename-line-binary.patch')
-rw-r--r--recipes/lmbench/lmbench/rename-line-binary.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/lmbench/lmbench/rename-line-binary.patch b/recipes/lmbench/lmbench/rename-line-binary.patch
new file mode 100644
index 0000000000..997143b3b0
--- /dev/null
+++ b/recipes/lmbench/lmbench/rename-line-binary.patch
@@ -0,0 +1,11 @@
+--- patches/scripts/config-run 2006-11-26 15:11:04.000000000 -0500
++++ patches/scripts/config-run 2011-04-01 09:35:50.000000000 -0400
+@@ -224,7 +224,7 @@ fi
+
+ echo "Hang on, we are calculating your cache line size."
+ ../bin/$OS/msleep 250
+-LINE_SIZE=`../bin/$OS/line -M ${MB}M`
++LINE_SIZE=`../bin/$OS/lm_line -M ${MB}M`
+ export LINE_SIZE
+ echo "OK, it looks like your cache line is $LINE_SIZE bytes."
+ echo ""