]> git.ipfire.org Git - thirdparty/libtool.git/commit
Document that disable-static plus -all-static is not portable.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Mar 2008 14:28:43 +0000 (14:28 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Mar 2008 14:28:43 +0000 (14:28 +0000)
commit0f0145ee086c7b8a4f7263e11c8ae4b886cb1be6
treeefea25030029d8bddc75458d270e89fdab183526
parent516b0da855500f938101349d244f7e5453e4667f
Document that disable-static plus -all-static is not portable.
* doc/libtool.texi (Link mode): -all-static does not go well
with disable-static on most systems.
* tests/static.at (static linking flags for programs) [!aix]:
With --disable-static but nonempty link_static_flag, skip the
m-all-static link.  Do not skip it on AIX, as there the
enable_static is self-inflicted, and thus expected to work.
* THANKS: Update.
Report by Nix.
ChangeLog
THANKS
doc/libtool.texi
tests/static.at