summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-13 16:20:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-13 16:20:48 +0000
commit29ff6696522bb6ab3a5c23d9658260dfe8e42c81 (patch)
tree83dd3adf5638e930f432b40c9fb6ed6c407e06df /INSTALL
parentf211f3f98650f95ccc27d4f1545da16181aaa5c6 (diff)
downloadmpfr-29ff6696522bb6ab3a5c23d9658260dfe8e42c81.tar.gz
TLS support is now detected automatically. If TLS is supported, MPFR is
built as thread safe by default. To disable TLS explicitly, configure MPFR with --disable-thread-safe. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7329 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5ec2cf614..afe7cfa8e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -187,6 +187,10 @@ specific architecture.
GCC, it may not currently support GCC's __thread
storage class.
+--disable-thread-safe build MPFR without TLS. By default, TLS support
+ is detected automatically, and MPFR is built as
+ thread safe if supported.
+
--enable-gmp-internals allows the MPFR build to use GMP's undocumented
functions (not from the public API). Note that
library versioning is not guaranteed to work if