summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:43:28 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:43:28 +0000
commit63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa (patch)
treefcd6844d9cc879c1d242ab0cc22c85291d91211f /tools/opt/Makefile
parente6f74a9ce89bd1762cddef1ec9d1572602d27163 (diff)
downloadllvm-63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa.tar.gz
llvm-63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa.tar.bz2
llvm-63aaa11506f1edcd6e6073b1dbdbe02d678c8cfa.tar.xz
Changes for 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index cfe97d77cd..989bc642bd 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,7 +1,15 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
+
+#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