Re: [PATCH] Check and substitute AR in libcpp and libdecnumber

2020-05-23 Thread Richard Biener via Gcc-patches
On May 23, 2020 2:15:45 AM GMT+02:00, David Edelsohn via Gcc-patches wrote: >TL;DR: This patch updates configure.ac and Makefile.in in libcpp and >libdecnumber to substitute AR archiver. > >AIX supports "FAT" libraries containing 32 bit and 64 bit objects >(similar to Darwin), but commands for ma

[PATCH] Check and substitute AR in libcpp and libdecnumber

2020-05-22 Thread David Edelsohn via Gcc-patches
TL;DR: This patch updates configure.ac and Makefile.in in libcpp and libdecnumber to substitute AR archiver. AIX supports "FAT" libraries containing 32 bit and 64 bit objects (similar to Darwin), but commands for manipulating libraries do not default to accept both 32 bit and 64 bit object files.