add support for new codes/block
[oota-llvm.git] / tools / llvm-ar / Makefile
index 5d0694e1ce4463fdb91a04c2d81f38d3e5639e6a..bf1516732a61281cbe769a7846f57e66ca107499 100644 (file)
@@ -8,9 +8,9 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
-TOOLNAME = llvm-ar 
-USEDLIBS = LLVMArchive.a LLVMBCReader \
-          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+TOOLNAME = llvm-ar
+LINK_COMPONENTS = archive bcreader
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common