mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
New variable which is just the GCCLD tool
llvm-svn: 6914
This commit is contained in:
parent
44730af626
commit
4b18955832
@ -43,6 +43,7 @@ LLC = $(TOOLS)/llc
|
||||
LAS = $(TOOLS)/as
|
||||
LGCCAS = $(TOOLS)/gccas
|
||||
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
|
||||
LGCCLDPROG = $(TOOLS)/gccld
|
||||
LDIS = $(TOOLS)/dis
|
||||
LOPT = $(TOOLS)/opt
|
||||
LLINK = $(TOOLS)/link
|
||||
|
Loading…
Reference in New Issue
Block a user