| Index: client/tests/tiobench/makefile.patch
|
| diff --git a/client/tests/tiobench/makefile.patch b/client/tests/tiobench/makefile.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..395758106eed704a719cf9aafc6ca82583355613
|
| --- /dev/null
|
| +++ b/client/tests/tiobench/makefile.patch
|
| @@ -0,0 +1,19 @@
|
| +--- tiobench-0.3.3/Makefile.orig 2011-02-07 20:32:53.000000000 -0800
|
| ++++ tiobench-0.3.3/Makefile 2011-02-07 20:33:02.000000000 -0800
|
| +@@ -1,6 +1,6 @@
|
| + # Makefile for tiotest
|
| +
|
| +-CC=gcc
|
| ++CC?=gcc
|
| + #CFLAGS=-O3 -fomit-frame-pointer -Wall
|
| + CFLAGS=-O2 -Wall
|
| +
|
| +@@ -14,7 +14,7 @@ CFLAGS=-O2 -Wall
|
| +
|
| + #DEFINES=
|
| +
|
| +-LINK=gcc
|
| ++LINK=$(CC)
|
| + EXE=tiotest
|
| + PROJECT=tiobench
|
| + # do it once instead of each time referenced
|
|
|