Skip to content

Commit

Permalink
doc/go1.8: document mips port requirements
Browse files Browse the repository at this point in the history
Fixes golang#18140.

Change-Id: I527719576bc7198c79bb8bc51d258a71b2d5b296
Reviewed-on: https://go-review.googlesource.com/33853
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
minux authored and bradfitz committed Dec 5, 2016
1 parent 7cba779 commit 14f18e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/go1.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ <h2 id="ports">Ports</h2>
<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>
Expand Down

0 comments on commit 14f18e5

Please sign in to comment.