mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Move rule to top-level makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e893d649fa
commit
f6968f3886
@ -45,8 +45,7 @@ LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly
|
||||
LLI = $(TOOLS)/lli
|
||||
LLC = $(TOOLS)/llc
|
||||
LGCCAS = $(TOOLS)/gccas
|
||||
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
|
||||
LGCCLDPROG = $(TOOLS)/gccld
|
||||
LGCCLD = $(LGCCLDPROG) -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
|
||||
LDIS = $(TOOLS)/llvm-dis
|
||||
LOPT = $(TOOLS)/opt
|
||||
LLINK = $(TOOLS)/llvm-link
|
||||
|
Loading…
x
Reference in New Issue
Block a user