Changes for 64bit gcc
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3
4 #USEDLIBS = bcreader bcwriter profpaths \
5 #           analysis transforms vmcore support
6
7
8 USEDLIBS = bcreader bcwriter instrument profpaths \
9            ipo ipa datastructure transforms target analysis transformutils vmcore support
10
11 #USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
12 #           ipo ipa datastructure transforms target analysis transformutils vmcore support
13
14 include $(LEVEL)/Makefile.common
15