mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
ipa.a only needs to be mentioned once, and spaces should be used instead of
tabs for readability. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95c3d0e0fa
commit
6a4a4cd837
@ -2,14 +2,11 @@ LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
|
||||
USEDLIBS = bcreader bcwriter instrument profpaths \
|
||||
sparc mapping regalloc.a sched select codegen preopts \
|
||||
postopts.a \
|
||||
livevar scalaropts \
|
||||
ipo ipa.a datastructure transforms target.a analysis ipa.a \
|
||||
sparc mapping regalloc.a sched select codegen preopts \
|
||||
postopts.a livevar scalaropts \
|
||||
ipo ipa.a datastructure transforms target.a analysis \
|
||||
transformutils vmcore support
|
||||
|
||||
TOOLLINKOPTS = -ldl
|
||||
KEEP_SYMBOLS = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user