diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e802393..ac425e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-06-26 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific): Do not specify the concrete + versions of GCC provided by Cygwin. Simplify the part on + building on Cygwin. + 2005-06-26 Kazu Hirata <kazu@codesourcery.com> * config/arc/arc-protos.c: Remove the prototype for diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d4c9a02..5f8f637 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3882,14 +3882,11 @@ respects, this target is the same as the @end html @heading @anchor{windows}Microsoft Windows (32-bit) -A port of GCC 2.95.2 and 3.x is included with the +Ports of GCC are 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. +GCC will build under Cygwin without modification; it does not build +with Microsoft's C++ compiler and there are no plans to make it do so. @html <hr /> |