mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@501 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
all:: lli
|
||||
clean::
|
||||
rm -f lli
|
||||
|
||||
lli : $(ObjectsG)
|
||||
$(LinkG) -o $@ $(ObjectsG) \
|
||||
-lopt -lbcreader -lbcwriter \
|
||||
-lvmcore -lasmwriter -lanalysis -lsupport -ltarget
|
||||
|
Reference in New Issue
Block a user