Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2015-02-13 10:08:32 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2015-02-13 10:08:44 +0300
commit61e8b5e6d0b5dc2a12a235bd5eb588cdb9ec84f7 (patch)
treec78cd62ccb7e2e57eddd76557205371aad047e8e /man
parent8a3b8e716f987265eabf0b16218454c9f596895f (diff)
[mini] Add a MONO_ARM_FORCE_SOFT_FLOAT environment variable.
Diffstat (limited to 'man')
-rw-r--r--man/mono.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index f87188c3d0d..07f7192b75d 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -970,6 +970,10 @@ where V is the architecture number 4, 5, 6, 7 and the options can be currently b
.fi
.TP
+\fBMONO_ARM_FORCE_SOFT_FLOAT\fR
+When Mono is built with a soft float fallback on ARM and this variable is set to
+"1", Mono will always emit soft float code, even if a VFP unit is detected.
+.TP
\fBMONO_DISABLE_AIO\fR
If set, tells mono NOT to attempt using native asynchronous I/O services. In
that case, a default select/poll implementation is used. Currently only epoll()