From b88e4ad613deec84650fb763bf6005eacee4cf79 Mon Sep 17 00:00:00 2001 From: Milan Knezevic Date: Wed, 29 Aug 2018 13:56:37 +0200 Subject: [PATCH] doc: add GOMIPS64 to source installation docs Fixes #27258 Change-Id: I1ac75087e2b811e6479990e12d71f2c1f4f47b64 Reviewed-on: https://go-review.googlesource.com/132015 Reviewed-by: Brad Fitzpatrick --- doc/install-source.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index f6d9473d9be559..2d12a288694c8f 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -639,14 +639,10 @@

Optional environment variables

-
  • $GOMIPS (for mips and mipsle only) +
  • $GOMIPS (for mips and mipsle only)
    $GOMIPS64 (for mips64 and mips64le only)

    -This sets whether to use floating point instructions. + These variables set whether to use floating point instructions. Set to "hardfloat" to use floating point instructions; this is the default. Set to "softfloat" to use soft floating point.

    -
      -
    • GOMIPS=hardfloat: use floating point instructions (the default)
    • -
    • GOMIPS=softfloat: use soft floating point
    • -