llvm-config-2: Switch to using real library dependency table.
[oota-llvm.git] / tools / llvm-ld / Makefile
index dc8bffb742bf3017ab8a5ba9c151b37ce9778841..2ec6e0a43affc1258a4fcde29984a6e2dfb39afb 100644 (file)
@@ -2,15 +2,13 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-ld
-LINK_COMPONENTS = ipo scalaropts linker archive bcreader bcwriter
-REQUIRES_EH := 1
+LEVEL := ../..
+TOOLNAME := llvm-ld
+LINK_COMPONENTS := ipo scalaropts linker archive bitwriter
 
 include $(LEVEL)/Makefile.common