summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 0bdc74fef1..8634a46920 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -16,7 +16,7 @@ CXX = PATH=/usr/bin /usr/dcs/software/evaluation/bin/g++
# We have the same problem with the CC binary, which use used by testcases for
# native builds.
#
-CC := PATH=/usr/bin $(CC)
+CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
# Path to directory where object files should be stored during a build.
# Set LLVM_OBJ_DIR to "." if you do not want to use a separate place for