From 3fd1d833b7d6032d67537491650c0a653bbef0e2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 10 Apr 2002 09:49:47 +0000 Subject: [PATCH] [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) --- docs/building/building.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. -- 1.7.10.4