From: Andrew Dunstan Date: Sun, 31 Jan 2016 00:28:44 +0000 (-0500) Subject: Fix error in documentated use of mingw-w64 compilers X-Git-Tag: REL9_3_11~12 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ca5f5c45f4542bd699baf7e694e07d8d6de3a1a2;p=postgresql.git Fix error in documentated use of mingw-w64 compilers Error reported by Igal Sapir. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6715e92f0a7..35b873609ec 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2626,7 +2626,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.