Native CC compiler has the same problem as CXX compiler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-19 21:33:10 +00:00
parent 698a131364
commit 2ad319c3ba

View File

@ -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.