From f4c775eb70f732000e5260214a1f6e100089a1b0 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 30 Jul 2015 15:53:10 +1000 Subject: [PATCH] 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 --- doc/go1.5.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.

-- 2.50.0