mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-15 06:49:57 +08:00
* ltmain.in <link mode>: Add missing --help doc for -shrext
option.
This commit is contained in:
parent
b1a6d2d3c1
commit
8355ba6c65
@ -1,5 +1,8 @@
|
|||||||
2004-02-23 Gary V. Vaughan <gvaughan@eris.qinetiq.com>
|
2004-02-23 Gary V. Vaughan <gvaughan@eris.qinetiq.com>
|
||||||
|
|
||||||
|
* ltmain.in <link mode>: Add missing --help doc for -shrext
|
||||||
|
option.
|
||||||
|
|
||||||
* ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs
|
* ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs
|
||||||
doesn't offer to strip trailing ' \t' on every save.
|
doesn't offer to strip trailing ' \t' on every save.
|
||||||
|
|
||||||
|
@ -6588,6 +6588,7 @@ The following components of LINK-COMMAND are treated specially:
|
|||||||
-rpath LIBDIR the created library will eventually be installed in LIBDIR
|
-rpath LIBDIR the created library will eventually be installed in LIBDIR
|
||||||
-R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
|
-R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
|
||||||
-shared only do dynamic linking of libtool libraries
|
-shared only do dynamic linking of libtool libraries
|
||||||
|
-shrext SUFFIX override the standard shared library file extension
|
||||||
-static do not do any dynamic linking of libtool libraries
|
-static do not do any dynamic linking of libtool libraries
|
||||||
-version-info CURRENT[:REVISION[:AGE]]
|
-version-info CURRENT[:REVISION[:AGE]]
|
||||||
specify library version info [each variable defaults to 0]
|
specify library version info [each variable defaults to 0]
|
||||||
|
Loading…
Reference in New Issue
Block a user