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 12