projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
698a131
)
Native CC compiler has the same problem as CXX compiler.
author
Chris Lattner
<sabre@nondot.org>
Thu, 19 Sep 2002 21:33:10 +0000
(21:33 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/Makefile.config
b/Makefile.config
index ad145240913ed3eedcf5f681d4126d88f938a25c..0bdc74fef15d7860fcc43a7dc69098833043c34c 100644
(file)
--- 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.