diff options
-rw-r--r-- | Makefile.rules | 1 |
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 |