[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Sun Nov 14 13:47:33 PST 2004



Changes in directory llvm:

Makefile.rules updated: 1.234 -> 1.235
---
Log message:

Add a command for using llvm-ar correctly.

---
Diffs of the changes:  (+1 -0)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.234 llvm/Makefile.rules:1.235
--- llvm/Makefile.rules:1.234	Thu Nov 11 20:27:36 2004
+++ llvm/Makefile.rules	Sun Nov 14 15:46:55 2004
@@ -281,6 +281,7 @@
 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






More information about the llvm-commits mailing list