From: Clément Chigot Date: Tue, 18 Dec 2018 08:09:12 +0000 (+0100) Subject: doc/1.12: add notes about aix/ppc64 port X-Git-Tag: go1.12beta1~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=34437f04fd642c43d32ac70be68c470c60b4dc4e;p=gostls13.git doc/1.12: add notes about aix/ppc64 port Fixes #29315 Change-Id: I6ecc5109c23e7a7d9db54250bf041acc841701e3 Reviewed-on: https://go-review.googlesource.com/c/154697 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 66c37d5d1d..028ab0ce75 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -68,7 +68,7 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

AIX

- TODO: status of AIX port? + Go now supports AIX 7.2 and later on POWER8 architectures (aix/ppc64). External linking, cgo, pprof and the race detector aren't yet supported.

Hurd