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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 --- Makefile.bak 2011-01-14 10:45:12.000000000 -0800
2 +++ Makefile 2011-01-14 10:46:54.000000000 -0800
3 @@ -52,7 +52,7 @@
4 # COMPILER CONFIGURATION: Set "CC" to the name of the compiler to use
5 # to build the binary benchmarks. You should also set "$cCompiler" in the
6 # Run script to the name of the compiler you want to test.
7 -CC=gcc
8 +CC?=gcc
9
10 # OPTIMISATION SETTINGS:
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698