diff options
author | Clément Chigot <clement.chigot@atos.net> | 2020-08-26 10:08:48 +0200 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-08-26 16:18:06 -0700 |
commit | 6b0b6a3868f34b1462744cfa003c2c6ac18ef28e (patch) | |
tree | 557c5bdfcdd4523bd0d58a5a9c2eb03725b1cbce /gcc | |
parent | 07545fbd2dfa2351218a5be6488dc5067258d980 (diff) | |
download | gcc-6b0b6a3868f34b1462744cfa003c2c6ac18ef28e.zip gcc-6b0b6a3868f34b1462744cfa003c2c6ac18ef28e.tar.gz gcc-6b0b6a3868f34b1462744cfa003c2c6ac18ef28e.tar.bz2 |
libgo: add FAT library support for static libraries on AIX
Like shared libraries, AIX static libraries must also have both 32 and
64 bit objects.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/250777
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index e425f15..2f0865b 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -823c91088bc6ac606362fc34b2880ce0de1624ad +aac2b382839154d74eeef160522c0a5c1ea8aadf The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |