mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 22:20:43 +00:00
Some of this gets hoisted up to Makefile.common
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
481cc7c79e
commit
9575a18c98
@ -36,13 +36,12 @@ TOOLS = $(LLVMTOOLCURRENT)
|
||||
|
||||
# LLVM Tool Definitions...
|
||||
#
|
||||
LCC = $(LLVMGCCDIR)/bin/gcc
|
||||
LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1
|
||||
LCXX = $(LLVMGCCDIR)/bin/g++
|
||||
LCC1XX = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1plus
|
||||
LCC = $(LLVMGCC) ## FIXME: remove these definitions, use LLVMGCC directly
|
||||
LCXX = $(LLVMGXX) ## FIXME: remove these definitions, use LLVMGXX directly
|
||||
LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly
|
||||
|
||||
LLI = $(TOOLS)/lli
|
||||
LLC = $(TOOLS)/llc
|
||||
LAS = $(TOOLS)/as
|
||||
LGCCAS = $(TOOLS)/gccas
|
||||
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
|
||||
LGCCLDPROG = $(TOOLS)/gccld
|
||||
|
Loading…
Reference in New Issue
Block a user