aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-20 01:42:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-20 01:42:32 +0000
commite4d18e4d25babaa77c6b339bc280dda00e99f46a (patch)
treed215b32fbdf1c0519756c0f11b81db9e5ed6895e /configure
parentdad130f510afe715ada23b051cc5ab136b3d0f59 (diff)
downloadexternal_llvm-e4d18e4d25babaa77c6b339bc280dda00e99f46a.zip
external_llvm-e4d18e4d25babaa77c6b339bc280dda00e99f46a.tar.gz
external_llvm-e4d18e4d25babaa77c6b339bc280dda00e99f46a.tar.bz2
Change to support creation of "mklib" instead of "libtool" in builddir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e2008ba..ac9c61d 100755
--- a/configure
+++ b/configure
@@ -5548,7 +5548,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,