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

Unified Diff: client/tests/iozone/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/interbench/makefile.patch ('k') | client/tests/kvm/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/iozone/makefile.patch
diff --git a/client/tests/iozone/makefile.patch b/client/tests/iozone/makefile.patch
new file mode 100644
index 0000000000000000000000000000000000000000..1edbd201832ed5600d9f49c12b1aaba8ff5f1b3a
--- /dev/null
+++ b/client/tests/iozone/makefile.patch
@@ -0,0 +1,15 @@
+--- iozone3_347/src/current/makefile.orig 2011-02-07 20:00:02.000000000 -0800
++++ iozone3_347/src/current/makefile 2011-02-07 20:01:03.000000000 -0800
+@@ -9,9 +9,9 @@
+ # convex, FreeBSD, OpenBSD, OSFV3, OSFV4, OSFV5, SCO
+ # SCO_Unixware_gcc,NetBSD,TRU64, Mac OS X
+
+-CC = cc
+-C89 = c89
+-GCC = gcc
++CC ?= cc
++C89 ?= c89
++GCC ?= gcc
+ CCS = /usr/ccs/bin/cc
+ NACC = /opt/ansic/bin/cc
+ CFLAGS =
« no previous file with comments | « client/tests/interbench/makefile.patch ('k') | client/tests/kvm/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698