diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-20 01:41:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-20 01:41:24 +0000 |
commit | dad130f510afe715ada23b051cc5ab136b3d0f59 (patch) | |
tree | baa0e5f49f964b383d851da1dc6cf347dfd3b6ab /autoconf/m4 | |
parent | 2706f8c5cfb893d4e201bbb3132d2a28db4d1e85 (diff) | |
download | external_llvm-dad130f510afe715ada23b051cc5ab136b3d0f59.zip external_llvm-dad130f510afe715ada23b051cc5ab136b3d0f59.tar.gz external_llvm-dad130f510afe715ada23b051cc5ab136b3d0f59.tar.bz2 |
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
Diffstat (limited to 'autoconf/m4')
-rw-r--r-- | autoconf/m4/libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/libtool.m4 b/autoconf/m4/libtool.m4 index c6267d5..07d5c7e 100644 --- a/autoconf/m4/libtool.m4 +++ b/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, |