]> Cypherpunks repositories - gostls13.git/commitdiff
doc: in go1.5.html fix claim about linking for ppc64(le)?
authorRob Pike <r@golang.org>
Thu, 30 Jul 2015 05:53:10 +0000 (15:53 +1000)
committerRob Pike <r@golang.org>
Thu, 30 Jul 2015 22:54:49 +0000 (22:54 +0000)
Change-Id: If61c2063a8b63f0e3e498a5e86803b5ddba9fa3c
Reviewed-on: https://go-review.googlesource.com/12886
Reviewed-by: Austin Clements <austin@google.com>
doc/go1.5.html

index 12a8cca17a17f4e10a5ed0460b1fce527f2cd369..6dff14eb2eec5a50626ea4313eb97db0bd2ebd8c 100644 (file)
@@ -236,9 +236,8 @@ is only supported using external linking.
 <p>
 Also available as experiments are <code>ppc64</code> (IBM Power 64)
 and <code>ppc64le</code> (IBM Power 64, little-endian).
-Both these ports support <code>cgo</code>,
-but for <code>ppc64</code> it requires external linking while
-for <code>ppc64le</code> it requires internal linking.
+Both these ports support <code>cgo</code> but
+only with internal linking.
 </p>
 
 <p>