forked from OSchip/llvm-project
Removed the -only-static option as it is no longer required (and didn't work
with the newer version of libtool anyway). llvm-svn: 7459
This commit is contained in:
parent
3601f37b0f
commit
02b513c78c
|
@ -405,11 +405,6 @@ if test -z "$show_help"; then
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
|
||||||
-only-static)
|
|
||||||
build_libtool_libs=no
|
|
||||||
continue
|
|
||||||
;;
|
|
||||||
|
|
||||||
-prefer-pic)
|
-prefer-pic)
|
||||||
pic_mode=yes
|
pic_mode=yes
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue