]> Cypherpunks repositories - gostls13.git/commit
cmd: allow build with gccgo on AIX
authorClément Chigot <clement.chigot@atos.net>
Mon, 29 Oct 2018 12:39:53 +0000 (13:39 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2018 00:17:00 +0000 (00:17 +0000)
commitfaafcc606e9b2e19bd8d9829aa55603cb291b1a1
tree6432fe5a427889bef3b8663049f80f4d6e342d3a
parent0ad332d80cf3e2bbeef5f1e5f5eb50272bbde92e
cmd: allow build with gccgo on AIX

This commit adapts cmd/internal/buildid and cmd/go to allow the use of
gccgo on AIX.
Buildid is supported only for AIX archives.

Change-Id: I14c790a8994ae8d2ee629d8751e04189c30ffd94
Reviewed-on: https://go-review.googlesource.com/c/145417
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/buildid.go
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/gccgo.go
src/cmd/internal/buildid/buildid.go