]> git.ipfire.org Git - thirdparty/libtool.git/commit
tests: do not assume compiler prefers shared libraries.
authorEric Bavier <bavier@cray.com>
Thu, 4 Dec 2014 16:34:17 +0000 (16:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 4 Dec 2014 16:37:21 +0000 (16:37 +0000)
commit89049b76cfcfc048dccfdab1ec8a0e233d97e8ce
tree3aac27d61c94ec29b644c2a084636d57b9b1d704
parentfacce819e1d637bafe24301c1404f09c7e17fe63
tests: do not assume compiler prefers shared libraries.

Testing whether -static-libtool-libs causes a non-libtool library to be
linked dynamically is effectively a test of the compiler's preference in
this case.  The Cray compiler prefers static libraries if not told
otherwise.
* tests/static.at [static linking flags for programs]: Do not expect
 -static-libtool-libs to fail.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
tests/static.at