summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-12-03 12:31:28 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-12-03 12:31:28 +0000
commit288fbb72a7e5c607d43ee18e0d79f92f70622630 (patch)
tree92572c82012136374a42721abec0376d79467831 /INSTALL
parent7d44b2d40e7ace71e3a617f81cd23d3296830395 (diff)
downloadmpfr-288fbb72a7e5c607d43ee18e0d79f92f70622630.tar.gz
INSTALL: added details about ---enable-thread-safe and TLS support.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5699 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 754f2668c..603f79872 100644
--- a/INSTALL
+++ b/INSTALL
@@ -126,7 +126,16 @@ by Libtool's versioning system.
be too late.
--enable-assert build MPFR with assertions.
---enable-thread-safe build MPFR as thread safe.
+
+--enable-thread-safe build MPFR as thread safe, using compiler-level
+ Thread Local Storage (TLS). Note: TLS support is
+ roughly tested by configure. If configure detects
+ that TLS does not work (because of the compiler,
+ linker or system libraries), it will output an
+ error message, telling you to build MPFR without
+ thread safe. For instance, though Mac OS X uses
+ GCC, it does not currently support GCC's __thread
+ storage class.
Run "./configure --help" to see the other options (autoconf default options).