Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: client/tests/tiobench/makefile.patch

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/signaltest/Makefile ('k') | scheduler/monitor_db.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « client/tests/signaltest/Makefile ('k') | scheduler/monitor_db.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698