From a1237d00d629636d5f68a6dfbd1802bca9fdd083 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 17 Jun 2004 15:39:58 +0000 Subject: [PATCH] Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our assembler/linker and the system equivalents. llvm-svn: 14197 --- llvm/Makefile.config.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/llvm/Makefile.config.in b/llvm/Makefile.config.in index 3b554c25f393..25c9b0a7b27c 100644 --- a/llvm/Makefile.config.in +++ b/llvm/Makefile.config.in @@ -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.