It turns out that the cannonical name for the llvm-gcc compiler is, well
llvm-gcc, not gcc. llvm-svn: 3824
This commit is contained in:
parent
c1a5301fa6
commit
5a67f4725e
@ -20,7 +20,7 @@ include ${LEVEL}/Makefile.common
|
||||
|
||||
# LLVM Tool Definitions...
|
||||
#
|
||||
LCC = $(LLVMGCCDIR)/bin/gcc
|
||||
LCC = $(LLVMGCCDIR)/bin/llvm-gcc
|
||||
LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/cc1
|
||||
TOOLS = $(BUILD_ROOT_TOP)/tools/Debug
|
||||
LLI = $(TOOLS)/lli
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user