diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-26 13:40:20 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-26 13:40:20 +0000 |
| commit | 583bcf315b5e0365591c6b6ed66a9441ddc6d98c (patch) | |
| tree | 07d66949b13eb7abd3dcc93517b7d63c77582c41 | |
| parent | 70ba1923780bbd3e9520a531bf95103b90cd27d8 (diff) | |
| download | ppe42-gcc-583bcf315b5e0365591c6b6ed66a9441ddc6d98c.tar.gz ppe42-gcc-583bcf315b5e0365591c6b6ed66a9441ddc6d98c.zip | |
* doc/install.texi (Specific): Do not specify the concrete
versions of GCC provided by Cygwin. Simplify the part on
building on Cygwin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101335 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 e802393dc4b..ac425e7b447 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 d4c9a027e73..5f8f6378870 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 /> |

