summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 8bb6c47a4b41c25e588522b8be47b12c6b5ca2c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
           transformutils vmcore support

TOOLLINKOPTS = -ldl
KEEP_SYMBOLS = 1

include $(LEVEL)/Makefile.common