From: Rob Pike Date: Thu, 30 Jul 2015 05:53:10 +0000 (+1000) Subject: doc: in go1.5.html fix claim about linking for ppc64(le)? X-Git-Tag: go1.5rc1~72 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f4c775eb70f732000e5260214a1f6e100089a1b0;p=gostls13.git doc: in go1.5.html fix claim about linking for ppc64(le)? Change-Id: If61c2063a8b63f0e3e498a5e86803b5ddba9fa3c Reviewed-on: https://go-review.googlesource.com/12886 Reviewed-by: Austin Clements --- diff --git a/doc/go1.5.html b/doc/go1.5.html index 12a8cca17a..6dff14eb2e 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -236,9 +236,8 @@ is only supported using external linking.

Also available as experiments are ppc64 (IBM Power 64) and ppc64le (IBM Power 64, little-endian). -Both these ports support cgo, -but for ppc64 it requires external linking while -for ppc64le it requires internal linking. +Both these ports support cgo but +only with internal linking.