summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-17 15:39:58 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-17 15:39:58 +0000
commitb5a2e40dd8f6b6550d4191f6d74edcb641d0153f (patch)
treecd8405b706a0483fc45f441f892a4e0b49d1e997 /Makefile.config.in
parent802daf8b7d8033f156820b0d7a9e32368f117b41 (diff)
downloadllvm-b5a2e40dd8f6b6550d4191f6d74edcb641d0153f.tar.gz
llvm-b5a2e40dd8f6b6550d4191f6d74edcb641d0153f.tar.bz2
llvm-b5a2e40dd8f6b6550d4191f6d74edcb641d0153f.tar.xz
Since the Great LLVM Tool Renaming(tm), we no longer have collisions between our
assembler/linker and the system equivalents. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 3b554c25f3..25c9b0a7b2 100644
--- a/Makefile.config.in
+++ b/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.