]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: remove erroneous note about ppc64 and power8
authorIan Lance Taylor <iant@golang.org>
Thu, 14 Jul 2016 15:50:44 +0000 (08:50 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 15 Jul 2016 21:20:49 +0000 (21:20 +0000)
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 <minux@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

doc/go1.7.html

index 2dfa64da6114f0478b5f6e679576a50c7029d200..77cf579e27e9ae8c6d90fe9aaa5d1878531688f7 100644 (file)
@@ -91,8 +91,10 @@ added in Go 1.6 now have full support for cgo and external linking.
 </p>
 
 <p>
-The experimental port to Linux on big-endian 64-bit PowerPC (<code>linux/ppc64</code>)
+The experimental port to Linux on little-endian 64-bit PowerPC (<code>linux/ppc64le</code>)
 now requires the POWER8 architecture or later.
+Big-endian 64-bit PowerPC (<code>linux/ppc64</code>) only requires the
+POWER5 architecture.
 </p>
 
 <p>