]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.8: document mips port requirements
authorShenghou Ma <minux@golang.org>
Fri, 2 Dec 2016 04:07:53 +0000 (23:07 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 5 Dec 2016 19:22:09 +0000 (19:22 +0000)
Fixes #18140.

Change-Id: I527719576bc7198c79bb8bc51d258a71b2d5b296
Reviewed-on: https://go-review.googlesource.com/33853
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.8.html

index 397dd0a7a30c2ec285a05b24ad4918596207c416..2687772a12527799d13eb5419ca72666a824074f 100644 (file)
@@ -77,7 +77,9 @@ func example() {
 <p>
 Go now supports 32-bit MIPS on Linux for both big-endian
 (<code>linux/mips</code>) and little-endian machines
-(<code>linux/mipsle</code>).
+(<code>linux/mipsle</code>) that implement the MIPS32r1 instruction set with FPU
+or kernel FPU emulation. Note that many common MIPS-based routers lack an FPU and
+have firmware that doesn't enable kernel FPU emulation; Go won't run on such machines.
 </p>
 
 <p>