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
This commit is contained in:
John Criswell 2003-07-31 20:59:32 +00:00
parent 82f4a5a00c
commit c44df87414

View File

@ -405,11 +405,6 @@ if test -z "$show_help"; then
continue
;;
-only-static)
build_libtool_libs=no
continue
;;
-prefer-pic)
pic_mode=yes
continue