]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add GOMIPS64 to source installation docs
authorMilan Knezevic <milan.knezevic@mips.com>
Wed, 29 Aug 2018 11:56:37 +0000 (13:56 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Sep 2018 10:04:57 +0000 (10:04 +0000)
Fixes #27258

Change-Id: I1ac75087e2b811e6479990e12d71f2c1f4f47b64
Reviewed-on: https://go-review.googlesource.com/132015
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/install-source.html

index f6d9473d9be559d7b192310e93aeb9df8b2b0f64..2d12a288694c8fd9dc216fd3b85d411cdecbd526 100644 (file)
@@ -639,14 +639,10 @@ contains further details regarding Go's ARM support.
 </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>