Move the subtarget dependent features from XCoreTargetMachine
[oota-llvm.git] / tools / llvm-ar / Makefile
index 686ffd4323b5a1a3414668bc1caa62cef8bef974..16a828396cb549f1673a40178a72ea793dcd6f29 100644 (file)
@@ -6,13 +6,13 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-ar
-LINK_COMPONENTS = archive
-REQUIRES_EH := 1
+LEVEL := ../..
+TOOLNAME := llvm-ar
+TOOLALIAS = llvm-ranlib
+LINK_COMPONENTS := bitreader support object
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common