From b88e4ad613deec84650fb763bf6005eacee4cf79 Mon Sep 17 00:00:00 2001
From: Milan Knezevic 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