]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add AIX operating system
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 15:15:49 +0000 (17:15 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 22 Oct 2018 22:42:03 +0000 (22:42 +0000)
commitce4ef9addd0934997c4d1272ccfe8eab4eaaa8d6
treef2c51558fc543d3d74df11ace029427c4e62ba36
parent956af978806749448af86d7e2878405ee0bef94d
cmd/cgo: add AIX operating system

This commit adds AIX operating system to cmd/cgo package for ppc64
architecture.

It doesn't fully adapt cgo tool to AIX. But it allows to use
go tool cgo -godefs which is really usefull for others packages.

Update: #25893

Change-Id: I38e289cf0122d143ba100986d08229b51b03ddfc
Reviewed-on: https://go-review.googlesource.com/c/138731
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go