Take settings of LCC and LCC1XX from configure.

llvm-svn: 10899
This commit is contained in:
Brian Gaeke 2004-01-16 21:31:20 +00:00
parent 448e89cd43
commit d296bb2203

View 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