Update the script to generate mklib instead of libtool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-09-20 01:41:24 +00:00
parent 2706f8c5cf
commit dad130f510

View File

@ -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,