diff options
author | Christopher Faylor <cgf@gcc.gnu.org> | 2003-06-05 03:54:44 +0000 |
---|---|---|
committer | Christopher Faylor <cgf@gcc.gnu.org> | 2003-06-05 03:54:44 +0000 |
commit | ccc1ce6eac3c6066dcb538b489ab6aa67a782912 (patch) | |
tree | 6b2ea36fa0dcdb766066a281f0f9b8163b9716fb /gcc | |
parent | 74dc3e94edfd887109df4c9b956053de96fb21bb (diff) | |
download | gcc-ccc1ce6eac3c6066dcb538b489ab6aa67a782912.zip gcc-ccc1ce6eac3c6066dcb538b489ab6aa67a782912.tar.gz gcc-ccc1ce6eac3c6066dcb538b489ab6aa67a782912.tar.bz2 |
cygwin caveat
From-SVN: r67476
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7dbb9b9..bd53a09 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3166,12 +3166,15 @@ respects, this target is the same as the @end html @heading @anchor{windows}Microsoft Windows (32-bit) -A port of GCC 2.95.x is included with the +A port of GCC 2.95.2 and 3.x is included with the @uref{http://www.cygwin.com/,,Cygwin environment}. Current (as of early 2001) snapshots of GCC will build under Cygwin without modification. +GCC does not currently build with Microsoft's C++ compiler and there +are no plans to make it do so. + @html <hr /> @end html |