From 555bc8b374f0883b51b937749e39ef8569bfd0d8 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 30 Jan 2016 19:28:44 -0500 Subject: [PATCH] Fix error in documentated use of mingw-w64 compilers Error reported by Igal Sapir. --- doc/src/sgml/installation.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a12971d63a7..78d83995e28 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2613,7 +2613,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 from , put its bin directory in the PATH, and run configure with the - --host=x86_64-w64-mingw option. + --host=x86_64-w64-mingw32 option.