From: Shenghou Ma Date: Fri, 2 Dec 2016 04:07:53 +0000 (-0500) Subject: doc/go1.8: document mips port requirements X-Git-Tag: go1.8beta2~91 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=14f18e5b6f5abd9819981fdee92fffe62f4d4c1c;p=gostls13.git doc/go1.8: document mips port requirements Fixes #18140. Change-Id: I527719576bc7198c79bb8bc51d258a71b2d5b296 Reviewed-on: https://go-review.googlesource.com/33853 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.8.html b/doc/go1.8.html index 397dd0a7a3..2687772a12 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -77,7 +77,9 @@ func example() {

Go now supports 32-bit MIPS on Linux for both big-endian (linux/mips) and little-endian machines -(linux/mipsle). +(linux/mipsle) 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.