From 3ed4d9f7e96e2373ebf011efcfeb698347720771 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 20 Sep 2004 01:41:24 +0000 Subject: [PATCH] Update the script to generate mklib instead of libtool. llvm-svn: 16421 --- llvm/autoconf/m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/autoconf/m4/libtool.m4 b/llvm/autoconf/m4/libtool.m4 index c6267d5bb49a..07d5c7e382c5 100644 --- a/llvm/autoconf/m4/libtool.m4 +++ b/llvm/autoconf/m4/libtool.m4 @@ -164,7 +164,7 @@ no_glob_subst='s/\*/\\\*/g' rm="rm -f" # Global variables: -default_ofile=libtool +default_ofile=mklib can_build_shared=yes # All known linkers require a `.a' archive for static linking (except M$VC,