Native CC compiler has the same problem as CXX compiler.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 21:33:10 +0000 (21:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 21:33:10 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3836 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config

index ad145240913ed3eedcf5f681d4126d88f938a25c..0bdc74fef15d7860fcc43a7dc69098833043c34c 100644 (file)
 #
 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.