summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-07-25 14:36:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-07-25 14:36:06 +0000
commit5ef8e5c70cc8889aa458335c63416f72a1d29e55 (patch)
treec946418b34239425907ffbd67931149fd5840d4d /INSTALL
parentabce896ce6acd623acf0db727615ff701282b9a3 (diff)
downloadmpfr-5ef8e5c70cc8889aa458335c63416f72a1d29e55.tar.gz
[INSTALL] Corrected hint for mingw (use --build instead of --host).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10665 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 224bd07b2..22cb7ce0a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -532,7 +532,7 @@ a. Using MinGW
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. (It is
- recommended to pass --host=arch-pc-mingw64 or --host=xxx with xxx
+ recommended to pass --build=arch-pc-mingw64 or --build=xxx with xxx
containing mingw to the GMP configure command.)
3 - To avoid using the Microsoft runtime (which might not be conform to ISO C),