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

Unified Diff: client/tests/unixbench5/Makefile.patch

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 11 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
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:
+

Powered by Google App Engine
This is Rietveld 408576698