Changes for 64bit gcc
[oota-llvm.git] / tools / opt / Makefile
index 882313a7655fa9990445006f1a07ba04ae1b8671..989bc642bd61b4e2fc488da3ba2ada2f4d649a5a 100644 (file)
@@ -1,7 +1,15 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \
-           ipo target analysis transforms vmcore support
+
+#USEDLIBS = bcreader bcwriter profpaths \
+#           analysis transforms vmcore support
+
+
+USEDLIBS = bcreader bcwriter instrument profpaths \
+           ipo ipa datastructure transforms target analysis transformutils vmcore support
+
+#USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
+#           ipo ipa datastructure transforms target analysis transformutils vmcore support
 
 include $(LEVEL)/Makefile.common