aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-14 21:46:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-14 21:46:55 +0000
commit5991dcb5d8e0a0ec04ff35f0e22c36e3e2914dcb (patch)
tree4a09a90e0cae320c4845ad4b00373d7498064a75 /Makefile.rules
parent56ae5185ae249cd74712aca6953217b16468ef6e (diff)
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index bc893a4552..3f817e3340 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