Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 17 Jun 2004 15:39:58 +0000 (15:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 17 Jun 2004 15:39:58 +0000 (15:39 +0000)
assembler/linker and the system equivalents.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14197 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 3b554c25f393bf2b74bb5a9356492c1766dbf421..25c9b0a7b27c7b97a12f407be6963f52f0db7b98 100644 (file)
@@ -23,14 +23,9 @@ ENDIAN=@ENDIAN@
 
 # 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.