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: XL9_5_R1~24^2~109 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a16763d892b8c145ec99bba3e61fd81a27a581df;p=postgres-xl.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 89648349c2..8dcedc0aaa 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2579,7 +2579,7 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch 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.