From 2b6eb276517ecba08985d59b6b1928e29743d3e0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 14 Jul 2016 08:50:44 -0700 Subject: [PATCH] doc/go1.7.html: remove erroneous note about ppc64 and power8 We decided that ppc64 should maintain power5 compatibility. ppc64le requires power8. Fixes #16372. Change-Id: If5b309a0563f55a3c1fe9c853d29a463f5b71101 Reviewed-on: https://go-review.googlesource.com/24915 Reviewed-by: Minux Ma Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- doc/go1.7.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/go1.7.html b/doc/go1.7.html index 2dfa64da611..77cf579e27e 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -91,8 +91,10 @@ added in Go 1.6 now have full support for cgo and external linking.

-The experimental port to Linux on big-endian 64-bit PowerPC (linux/ppc64) +The experimental port to Linux on little-endian 64-bit PowerPC (linux/ppc64le) now requires the POWER8 architecture or later. +Big-endian 64-bit PowerPC (linux/ppc64) only requires the +POWER5 architecture.