From d9c76aa4982ccf764bcd9d8f1fb788463c340e65 Mon Sep 17 00:00:00 2001
From: Andrew Dunstan <andrew@dunslane.net>
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 11ef55a689..656416141f 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -2605,7 +2605,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
      from <ulink url="http://mingw-w64.sourceforge.net/"></ulink>, put its bin
      directory in the <envar>PATH</envar>, and run
      <command>configure</command> with the
-     <command>--host=x86_64-w64-mingw</command> option.
+     <command>--host=x86_64-w64-mingw32</command> option.
    </para>
 
    <para>
-- 
2.40.0