aix: Use $(AR) without -X32_64 to build FAT libraries.
authorClément Chigot <clement.chigot@atos.net>
Tue, 18 Aug 2020 12:05:33 +0000 (14:05 +0200)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sun, 27 Sep 2020 16:43:29 +0000 (12:43 -0400)
commit3c11f25fb8bc3eaed35a90eece9d2f9444373513
tree2d0e537cbdddc2731bd30fbede67f46b0559b161
parente5a76af3a2f3324efc60b4b2778ffb29d5c377bc
aix: Use $(AR) without -X32_64 to build FAT libraries.

AIX FAT libraries should be built with the version of AR chosen by configure.
The GNU Make $(AR) variable includes the AIX -X32_64 option needed
by the default Makefile rules to accept both 32 bit and 64 bit object files.
The -X32_64 option conflicts with ar archiving objects of the same name
used to build FAT libraries.

This patch changes the Makefile fragments for AIX FAT libraries to use $(AR),
but strips the -X32_64 option from the Make variable.

libgcc/ChangeLog:

2020-09-27  Clement Chigot  <clement.chigot@atos.net>

* config/rs6000/t-slibgcc-aix: Use $(AR) without -X32_64.

libatomic/ChangeLog:

2020-09-27  Clement Chigot  <clement.chigot@atos.net>

* config/t-aix: Use $(AR) without -X32_64.

libgomp/ChangeLog:

2020-09-27  Clement Chigot  <clement.chigot@atos.net>

* config/t-aix: Use $(AR) without -X32_64.

libstdc++-v3/ChangeLog:

2020-09-27  Clement Chigot  <clement.chigot@atos.net>

* config/os/aix/t-aix: Use $(AR) without -X32_64.

libgfortran/ChangeLog:

2020-09-27  Clement Chigot  <clement.chigot@atos.net>

* config/t-aix: Use $(AR) without -X32_64.
libatomic/config/t-aix
libgcc/config/rs6000/t-slibgcc-aix
libgfortran/config/t-aix
libgomp/config/t-aix
libstdc++-v3/config/os/aix/t-aix