mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
while we're at it, make the libraries be on separate lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5520bd3839
commit
84b3e01ac2
@ -9,10 +9,27 @@
|
||||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llc
|
||||
USEDLIBS = cwriter powerpc sparcv9 x86 skeleton selectiondag sparcv9regalloc \
|
||||
sched codegen target.a sparcv9livevar ipa.a transforms.a \
|
||||
scalaropts.a analysis.a transformutils.a bcreader bcwriter vmcore \
|
||||
support.a
|
||||
USEDLIBS = \
|
||||
cwriter \
|
||||
powerpc \
|
||||
sparcv9 \
|
||||
x86 \
|
||||
skeleton \
|
||||
selectiondag \
|
||||
sparcv9regalloc \
|
||||
sched \
|
||||
codegen \
|
||||
target.a \
|
||||
sparcv9livevar \
|
||||
ipa.a \
|
||||
transforms.a \
|
||||
scalaropts.a \
|
||||
analysis.a \
|
||||
transformutils.a \
|
||||
bcreader \
|
||||
bcwriter \
|
||||
vmcore \
|
||||
support.a
|
||||
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user