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 @@
$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