Native CC compiler has the same problem as CXX compiler.

llvm-svn: 3836
This commit is contained in:
Chris Lattner 2002-09-19 21:33:10 +00:00
parent c96398ee3f
commit 500e9bec66

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.