libgo: add AIX FAT libraries support
commit83cc5e2b2f887d4bb2305658da382a65fdcaab29
authorClément Chigot <clement.chigot@atos.net>
Thu, 16 Jul 2020 09:29:49 +0000 (16 11:29 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 23 Jul 2020 21:26:36 +0000 (23 14:26 -0700)
tree8df77f6a205ef2474f3d57434d7f5f9464a3a4dc
parent8598657c607500512075f6c4ee3b10460c94903d
libgo: add AIX FAT libraries support

AIX-style libraries contains both 32 and 64 bit shared objects.
This patch follows the adding of FAT libraries support in other gcc
libraries (libgcc, listdc++, etc).

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/242957
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac
libgo/testsuite/Makefile.in