Index: client/tests/unixbench5/Makefile.patch |
diff --git a/client/tests/unixbench5/Makefile.patch b/client/tests/unixbench5/Makefile.patch |
new file mode 100644 |
index 0000000000000000000000000000000000000000..27ac225629ac0abc20af930524c5eb9288dd30d5 |
--- /dev/null |
+++ b/client/tests/unixbench5/Makefile.patch |
@@ -0,0 +1,11 @@ |
+--- Makefile.bak 2011-01-14 10:45:12.000000000 -0800 |
++++ Makefile 2011-01-14 10:46:54.000000000 -0800 |
+@@ -52,7 +52,7 @@ |
+ # COMPILER CONFIGURATION: Set "CC" to the name of the compiler to use |
+ # to build the binary benchmarks. You should also set "$cCompiler" in the |
+ # Run script to the name of the compiler you want to test. |
+-CC=gcc |
++CC?=gcc |
+ |
+ # OPTIMISATION SETTINGS: |
+ |