]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Skip passing CXX flags test on NetBSD
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 11 Jun 2024 14:58:47 +0000 (17:58 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 14 Jun 2024 18:14:29 +0000 (21:14 +0300)
commit2da3546a0de5c952a2ffd20db6ff310a32a6f373
treea4777f536e33eb014522e8e0c1024c6f2dc4211e
parent22389943e5cdd01eee2279996fb8d0b8c0c7a475
libtool: Skip passing CXX flags test on NetBSD

When linking on NetBSD, the test fails to locate a shared version of
gcc, so a static version of the module is generated, which does not pass
the defined checks. A FIXME note has been added for future debugging.

* tests/flags.at: Skip passing CXX flags test on NetBSD.
tests/flags.at