diff options
author | simonmar <unknown> | 2002-04-10 09:49:47 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-10 09:49:47 +0000 |
commit | 3fd1d833b7d6032d67537491650c0a653bbef0e2 (patch) | |
tree | a45862e949ae5d1a1c541b24244a7f6aa2b1edc9 /docs/building | |
parent | ea78cd04ded208a5833916d701d4471d2faae5cb (diff) | |
download | haskell-3fd1d833b7d6032d67537491650c0a653bbef0e2.tar.gz |
[project @ 2002-04-10 09:49:47 by simonmar]
Don't claim that i386-unknown-cygwin32 is supported, replace it with
i386-unknown-mingw32.
(the build docs for Win32 are probably also out of date, but I didn't
touch those)
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 73032efec5..650596b2d2 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -1101,13 +1101,13 @@ or higher)</term> </varlistentry> <varlistentry> - <term>i386-unknown-cygwin32:</term> - <indexterm><primary>i386-unknown-cygwin32</primary></indexterm> + <term>i386-unknown-mingw32:</term> + <indexterm><primary>i386-unknown-mingw32</primary></indexterm> <listitem> - <para>Fully supported under Win9x/NT, including a native - code generator. Requires the <Literal>cygwin32</Literal> - compatibility library and a healthy collection of GNU - tools (i.e., gcc, GNU ld, bash etc.).</para> + <para>Fully supported under Win9x, WinNT, Win2k, and + WinXP. Includes a native code generator. Building from + source requires a recent <Literal>cygwin32</Literal> + distribution to be installed.</para> </listitem> </varlistentry> |