summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-23 16:32:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-23 16:32:16 +0000
commit777da4af51c8dc6515d16b8395bb1a11b061e250 (patch)
tree643d233ea7532a192bf84ae5720c7e2aa2f84b90
parent9c678544ac1623fc75ebc5bb713ff62377f3589a (diff)
downloadmpfr-777da4af51c8dc6515d16b8395bb1a11b061e250.tar.gz
[doc/README.dev] Updated/reduced note about MinGW and stdio.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14569 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/README.dev11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 2272d3927..449995779 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -1748,14 +1748,9 @@ $ make
$ make check LOG_COMPILER=wine
$ make install
-Note: The -D__USE_MINGW_ANSI_STDIO option may be necessary in order to get
-an ISO-compliant printf as mentioned in MPFR's INSTALL file. In this case,
-add CC="i686-w64-mingw32-gcc -D__USE_MINGW_ANSI_STDIO" at the end of the
-configure line. Otherwise MPFR needs to be configured with
- "CPPFLAGS=-DNPRINTF_J -DNPRINTF_L -DNPRINTF_T"
-But with recent versions of the tools, printf now seems to be ISO-compliant
-by default. The __USE_MINGW_ANSI_STDIO macro is now internal to MinGW and
-should no longer be used.
+Note: With MinGW earlier than v8.0.0, the -D__USE_MINGW_ANSI_STDIO option
+may be necessary in order to get an ISO-conforming printf as mentioned in
+MPFR's INSTALL file.
2. Build and check MPFR.