Commit f4c775eb authored by Rob Pike's avatar Rob Pike

doc: in go1.5.html fix claim about linking for ppc64(le)?

Change-Id: If61c2063a8b63f0e3e498a5e86803b5ddba9fa3c
Reviewed-on: https://go-review.googlesource.com/12886Reviewed-by: 's avatarAustin Clements <austin@google.com>
parent 2ae35816
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment