aix: add FAT library support for libstdc++fs.a
commit0b9a7311274dfc19071c6db8d1e1e6fd05b59dd6
authorClément Chigot <clement.chigot@atos.net>
Tue, 1 Sep 2020 09:07:16 +0000 (1 11:07 +0200)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sun, 11 Oct 2020 15:47:00 +0000 (11 11:47 -0400)
tree7855fb71305f9d05c2160bd73e7a98ab69bdf6d5
parent6b468b7556fd96cf5bdc56ae30131980a3d596ae
aix: add FAT library support for libstdc++fs.a

Make libstdc++fs.a a 32/64 bit FAT library.

It is too complicated for the FAT library Makefile fragment to determine if
--enable-libstdcxx-filesystem-ts has been enabled.  This patch checks the
existence of libstdc++fs.a at build time and adds the complementary object
file if it was built.

libstdc++-v3/Changelog:

2020-10-11  Clement Chigot  <clement.chigot@atos.net>

* config/os/aix/t-aix: Add complementary mode object file to
libstdc++fs.a
libstdc++-v3/config/os/aix/t-aix