summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-29 03:56:39 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-29 03:56:39 +0000
commit47fdab2342b726b39b1c0c4b703a6cb75e6f09f9 (patch)
treed389a6e07a907e7e59c5ed1f1c489f0bb27d02c2
parent72f8e2e394df4fe23827944525489d8a0f9e7706 (diff)
downloadmpfr-47fdab2342b726b39b1c0c4b703a6cb75e6f09f9.tar.gz
[INSTALL] Removed an obsolete sentence about MinGW and shared builds
with TLS (the failures in the test suite were avoided in r10119,10130). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@10136 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--INSTALL3
1 files changed, 0 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8fce38c52..4be85ae0b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -524,9 +524,6 @@ a. Using MinGW
https://sourceforge.net/projects/mingw-w64/ for 32- and 64-bit),
which is simpler and less demanding than Cygwin. Contrary to Cygwin,
it also provides native Windows code.
- Currently, a MinGW build with shared libraries and TLS support is
- known to produce test failures; we recommend building MPFR with
- either --disable-shared or --disable-thread-safe.
2 - If you just want to make a binary with gcc, there is nothing to do:
GMP, MPFR and the program compile exactly as under Linux.