From: simonmar Date: Wed, 10 Apr 2002 09:49:47 +0000 (+0000) Subject: [project @ 2002-04-10 09:49:47 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2165 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3fd1d833b7d6032d67537491650c0a653bbef0e2;p=ghc-hetmet.git [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) --- diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 73032ef..650596b 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -1101,13 +1101,13 @@ or higher) - i386-unknown-cygwin32: - i386-unknown-cygwin32 + i386-unknown-mingw32: + i386-unknown-mingw32 - Fully supported under Win9x/NT, including a native - code generator. Requires the cygwin32 - compatibility library and a healthy collection of GNU - tools (i.e., gcc, GNU ld, bash etc.). + Fully supported under Win9x, WinNT, Win2k, and + WinXP. Includes a native code generator. Building from + source requires a recent cygwin32 + distribution to be installed.