Take settings of LCC and LCC1XX from configure.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Jan 2004 21:31:20 +0000 (21:31 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Jan 2004 21:31:20 +0000 (21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10899 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 84b2f117a923b83f550cc4cb4530667cf4e95f8a..e058640578701b6c76ea26819cc7e4c6310bc2e9 100644 (file)
@@ -249,9 +249,7 @@ LGCCLDPROG := $(LLVMTOOLCURRENT)/gccld
 # The LLVM GCC front-end in C and C++ flavors
 #
 LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
-LCC1    := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
 LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
-LCC1XX  := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
 
 #--------------------------------------------------------------------------
 # Some of the compiled LLVM tools which are used for compilation of runtime