summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
blob: 9bebf15a690c26b43a167c1631783cf3c522144e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LEVEL = ../..
TOOLNAME = opt

USEDLIBS = bcreader bcwriter instrument profpaths \
	   sparc target.a mapping regalloc.a sched select preselect \
	   livevar scalaropts \
	   ipo ipa.a datastructure.a transforms target.a analysis \
           transformutils vmcore support
TOOLLINKOPTS = -ldl $(ExportSymbols)

KEEP_SYMBOLS = 1

include $(LEVEL)/Makefile.common