aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index ad14524091..0bdc74fef1 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -13,6 +13,11 @@
#
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)
+
# 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
# object files.