diff options
author | Clément Chigot <clement.chigot@atos.net> | 2020-08-07 14:45:34 +0200 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 15:08:06 -0300 |
commit | e270e104e636af69c85ddfde5769f2dc4f40babe (patch) | |
tree | cbb1cb8ed02f431b43a826e75949cef4a475c14c /gcc | |
parent | db122305ddfab4977731e27e37f1b5a3ec9c4ffc (diff) | |
download | gcc-e270e104e636af69c85ddfde5769f2dc4f40babe.zip gcc-e270e104e636af69c85ddfde5769f2dc4f40babe.tar.gz gcc-e270e104e636af69c85ddfde5769f2dc4f40babe.tar.bz2 |
libgo: correctly handle AIX FAT library creation
The previous patch wasn't working everytime. Especially when AR had
"-X32_64", the new .so would replace the default one and not just being
added.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/247377
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 08daa1a..e443282 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e08f1d7d1bc14c0a29eb9ee17980f14fa2397239 +fe5d94c5792f7f990004c3dee0ea501835512200 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |