minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / tools / llvm-ld / Makefile
index 2c6496263208046b99efddfb013b1e175250f3fc..dc8bffb742bf3017ab8a5ba9c151b37ce9778841 100644 (file)
@@ -1,4 +1,4 @@
-##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===##
+##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -10,7 +10,7 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-ld
-USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
-           target.a bcreader bcwriter vmcore support.a LLVMsystem.a
+LINK_COMPONENTS = ipo scalaropts linker archive bcreader bcwriter
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common