diff --git a/doc/install-source.html b/doc/install-source.html index f6d9473d9b..2d12a28869 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -639,14 +639,10 @@ contains further details regarding Go's ARM support.
-$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