minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / tools / bugpoint / Makefile
index aa1338ce6aa388279c4a770abdcb5d04843d4af7..acafa838d0d1bcd46bb0752fe7f9dbea43a9eeff 100644 (file)
@@ -10,12 +10,8 @@ LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = transforms instrument profpaths 
-ANALIBS  = datastructure ipa target.a 
-
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
-           asmparser bcreader bcwriter vmcore support LLVMsystem.a
-
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
+                   linker
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common