]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add a note in help buildmode for c-archive on AIX
authorClément Chigot <clement.chigot@atos.net>
Wed, 3 Apr 2019 12:58:05 +0000 (14:58 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 3 Apr 2019 17:03:40 +0000 (17:03 +0000)
commitb0bcd7aeb0060361fc8ff04cc4b6764aa146b086
tree613d5f54bb6cd88ac57c104f6bfb5ea7c8cc90d4
parent2cc17bc5f205345ae215806266343d0bb013a861
cmd/go: add a note in help buildmode for c-archive on AIX

As ld on AIX doesn't keep the same layout in .text section,
-Wl,-bnoobjreoder must be passed to gcc when building a C program with a
Go archive.

Change-Id: I89b584cce43ab5792f315192b073923c10d5690e
Reviewed-on: https://go-review.googlesource.com/c/go/+/170538
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go