[llvm-commits] CVS: llvm/Makefile.config

Chris Lattner lattner at apoc.cs.uiuc.edu
Thu Sep 19 16:34:01 PDT 2002


Changes in directory llvm:

Makefile.config updated: 1.7 -> 1.8

---
Log message:

Native CC compiler has the same problem as CXX compiler.



---
Diffs of the changes:

Index: llvm/Makefile.config
diff -u llvm/Makefile.config:1.7 llvm/Makefile.config:1.8
--- llvm/Makefile.config:1.7	Thu Sep 19 14:59:42 2002
+++ llvm/Makefile.config	Thu Sep 19 16:33:10 2002
@@ -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.





More information about the llvm-commits mailing list