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

Misha Brukman brukman at cs.uiuc.edu
Thu Jun 17 10:47:02 PDT 2004


Changes in directory llvm:

Makefile.config.in updated: 1.27 -> 1.28

---
Log message:

Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our
assembler/linker and the system equivalents.


---
Diffs of the changes:  (+1 -6)

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.27 llvm/Makefile.config.in:1.28
--- llvm/Makefile.config.in:1.27	Tue Jun  1 14:04:38 2004
+++ llvm/Makefile.config.in	Thu Jun 17 10:39:58 2004
@@ -23,14 +23,9 @@
 
 # Path to the C++ compiler to use.  This is an optional setting, which defaults
 # to whatever your gmake defaults to.
-#
-# Under Linux, for some reason the compiler driver wants to search the PATH to
-# find the system assembler, which breaks if the LLVM assembler is in our path.
-# Hack it to use the assembler in /usr/bin directly.
 CXX = @CXX@
 
-# We have the same problem with the CC binary, which use used by testcases for
-# native builds.
+# Path to the CC binary, which use used by testcases for native builds.
 CC := @CC@
 
 # Linker flags.





More information about the llvm-commits mailing list