Skip to content

Commit

Permalink
doc: add GOMIPS64 to source installation docs
Browse files Browse the repository at this point in the history
Fixes golang#27258

Change-Id: I1ac75087e2b811e6479990e12d71f2c1f4f47b64
Reviewed-on: https://go-review.googlesource.com/132015
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
Milan Knezevic authored and bradfitz committed Sep 5, 2018
1 parent eee1cfb commit b88e4ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/install-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,14 +639,10 @@ <h2 id="environment">Optional environment variables</h2>
</p>
</li>

<li><code>$GOMIPS</code> (for <code>mips</code> and <code>mipsle</code> only)
<li><code>$GOMIPS</code> (for <code>mips</code> and <code>mipsle</code> only) <br> <code>$GOMIPS64</code> (for <code>mips64</code> and <code>mips64le</code> only)
<p>
This sets whether to use floating point instructions.
These variables set whether to use floating point instructions. Set to "<code>hardfloat</code>" to use floating point instructions; this is the default. Set to "<code>softfloat</code>" to use soft floating point.
</p>
<ul>
<li><code>GOMIPS=hardfloat</code>: use floating point instructions (the default)</li>
<li><code>GOMIPS=softfloat</code>: use soft floating point</li>
</ul>
</li>

</ul>
Expand Down

0 comments on commit b88e4ad

Please sign in to comment.