blob: 2406887bc99b92aedf99b70bbcceb7df3779d8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select preselect \
livevar sparc scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
|