]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add support for SerenityOS
authorTim Schumacher <timschumi@gmx.de>
Sun, 29 May 2022 13:01:28 +0000 (15:01 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 19 Nov 2024 19:23:31 +0000 (21:23 +0200)
commit193020a240be968387248a39da4ee688ac4db838
tree6a2d593babc2cc8918ef4ff7ef58011f89024b4c
parenta1b219a6ce0e8624c539d9e09f7298ff475814e0
libtool: Add support for SerenityOS

This hobbyist OS has already been added to `config.sub` (and
`config.guess` respectively) some time ago, but was still lacking
upstream support for building libraries using libtool.

Since it is a relatively up-to-date system with ports of modern
software, "adding support" mostly just means adding empty cases to avoid
falling though to the most basic behavior (that guarantees compatibility
at the expense of disabling everything that might be critical).

* m4/libtool.m4: Add support for SerenityOS.
m4/libtool.m4