diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-02-10 04:47:32 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-02-10 04:47:32 -0500 |
commit | 2ad0348677aebe36260b30fee22892e6519ee7d8 (patch) | |
tree | bd0efdbe5b31b3b6964d8443742103f2f5c64ac4 /doc/src | |
parent | e617f0d7e4084f85104361568ef5f865ebfa0005 (diff) | |
download | postgresql-2ad0348677aebe36260b30fee22892e6519ee7d8.tar.gz postgresql-2ad0348677aebe36260b30fee22892e6519ee7d8.zip |
Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 8681a7f683c..f6d38c1a679 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -48,7 +48,7 @@ <xref linkend="installation"> and the specific notes in <xref linkend="installation-notes-mingw"> and <xref linkend="installation-notes-cygwin">. To produce native 64 bit binaries in these environments, use the tools from - <productname>Mingw64</productname>. These tools can also be used to + <productname>MinGW-w64</productname>. These tools can also be used to cross-compile for 32 bit and 64 bit <productname>Windows</productname> targets on other hosts, such as <productname>Linux</productname> and <productname>Darwin</productname>. diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 5c719d5a0ab..8400ce5d70b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2600,7 +2600,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 <para> To build 64 bit binaries using MinGW, install the 64 bit tool set - from <ulink url="http://www.mingw64.org/"></ulink>, put its bin + 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. |