summaryrefslogtreecommitdiff
path: root/doc/README.dev
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-09 18:01:59 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-09 18:01:59 +0000
commitee29a89989681281bbd59349681c1c6aaf62bcb1 (patch)
tree0280b0d8c8af3fd04616736b17c8d2e334f3bdfe /doc/README.dev
parentc9d00e09e1371f3f7f69246d482126e5c9ea3d01 (diff)
downloadmpfr-ee29a89989681281bbd59349681c1c6aaf62bcb1.tar.gz
[doc/README.dev] In the latest update, forgot to remove the CC=...
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13665 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/README.dev')
-rw-r--r--doc/README.dev3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 794c2c1cf..dfe51a981 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -1645,8 +1645,7 @@ To cross-compile MPFR for i686-w64-mingw32 and test it under Wine:
1. Build and install GMP.
In the GMP source directory:
-$ ./configure --host=i686-w64-mingw32 --disable-shared --prefix=... \
- CC="i686-w64-mingw32-gcc -D__USE_MINGW_ANSI_STDIO"
+$ ./configure --host=i686-w64-mingw32 --disable-shared --prefix=...
$ make
$ make check LOG_COMPILER=wine
$ make install