projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f4a5a
)
Removed the -only-static option as it is no longer required (and didn't work
author
John Criswell
<criswell@uiuc.edu>
Thu, 31 Jul 2003 20:59:32 +0000
(20:59 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Thu, 31 Jul 2003 20:59:32 +0000
(20:59 +0000)
with the newer version of libtool anyway).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7459
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/ltmain.sh
patch
|
blob
|
history
diff --git
a/autoconf/ltmain.sh
b/autoconf/ltmain.sh
index f976b48bc1f3ac3b4e89d71b0843964c2ac1d879..fe83ff4fb744d4df1f566c9b054e692a12026438 100644
(file)
--- 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