diff options
author | Clément Chigot <clement.chigot@atos.net> | 2020-09-24 13:40:40 +0200 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-10-07 14:08:52 -0700 |
commit | 45376dc0f426c0fc39c5ee77937c928c27fab77a (patch) | |
tree | ec41c5975ad63136573ec21236b154668070ea6e /gcc/go | |
parent | 89d3af5ef7e313efd7a5e88a4c629b4704cfe976 (diff) | |
download | gcc-45376dc0f426c0fc39c5ee77937c928c27fab77a.zip gcc-45376dc0f426c0fc39c5ee77937c928c27fab77a.tar.gz gcc-45376dc0f426c0fc39c5ee77937c928c27fab77a.tar.bz2 |
libgo/configure: remove -fno-section-anchors for AIX
This option is no longer needed. There is no crash without it since
at least gcc-9.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/260157
Diffstat (limited to 'gcc/go')
-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 15f01a0..930339e 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -762b74a56f7ca102a5b8da1c9d0ffce592caa46b +2563706e4ead80d6906d66ae23c8915c360583ad The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |