From 14f18e5b6f5abd9819981fdee92fffe62f4d4c1c Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 1 Dec 2016 23:07:53 -0500 Subject: [PATCH] doc/go1.8: document mips port requirements Fixes #18140. Change-Id: I527719576bc7198c79bb8bc51d258a71b2d5b296 Reviewed-on: https://go-review.googlesource.com/33853 Reviewed-by: Brad Fitzpatrick --- doc/go1.8.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

-- 2.50.0