summaryrefslogtreecommitdiff
path: root/autoconf/ltmain.sh
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-31 20:59:32 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-31 20:59:32 +0000
commitc44df87414e75b3281e26caa287286b5c7ceba79 (patch)
tree5778558e6836c2c49ec8c453ca15efa2265c2716 /autoconf/ltmain.sh
parent82f4a5a00c94ac741360cce09eb4e5060b6cf146 (diff)
downloadllvm-c44df87414e75b3281e26caa287286b5c7ceba79.tar.gz
llvm-c44df87414e75b3281e26caa287286b5c7ceba79.tar.bz2
llvm-c44df87414e75b3281e26caa287286b5c7ceba79.tar.xz
Removed the -only-static option as it is no longer required (and didn't work
with the newer version of libtool anyway). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/ltmain.sh')
-rw-r--r--autoconf/ltmain.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autoconf/ltmain.sh b/autoconf/ltmain.sh
index f976b48bc1..fe83ff4fb7 100644
--- a/autoconf/ltmain.sh
+++ b/autoconf/ltmain.sh
@@ -405,11 +405,6 @@ if test -z "$show_help"; then
continue
;;
- -only-static)
- build_libtool_libs=no
- continue
- ;;
-
-prefer-pic)
pic_mode=yes
continue