X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ar%2FMakefile;h=824bb9473000d6dd0b8a1c4a646faaa92ec531a1;hb=813f44a29fd0fd140127023222d0633e23783bcc;hp=686ffd4323b5a1a3414668bc1caa62cef8bef974;hpb=bfe2a6bb59535a43ef3c8dcf98ac785faee67e7b;p=oota-llvm.git diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 686ffd4323b..824bb947300 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -6,13 +6,16 @@ # 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 := all-targets bitreader libdriver support object # This tool has no plugins, optimize startup time. -TOOL_NO_EXPORTS = 1 +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common + +all-local:: + $(Verb) $(AliasTool) $(notdir $(ToolBuildPath)) $(ToolDir)/llvm-lib$(EXEEXT)