From: Reid Spencer Date: Sun, 14 Nov 2004 21:46:55 +0000 (+0000) Subject: Add a command for using llvm-ar correctly. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5991dcb5d8e0a0ec04ff35f0e22c36e3e2914dcb;p=oota-llvm.git Add a command for using llvm-ar correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17753 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index bc893a4552e..3f817e33403 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -281,6 +281,7 @@ LTInstall = $(LIBTOOL) $(LibTool.Flags) --mode=install $(INSTALL) Burg = $(BURG) -I $(BUILD_SRC_DIR) TableGen = $(TBLGEN) -I $(BUILD_SRC_DIR) Archive = $(AR) $(AR.Flags) +LArchive = $(ToolDir)/llvm-ar rcsf ifdef RANLIB Ranlib = $(RANLIB) else