From: Gerald Pfeifer Date: Sun, 26 Jun 2005 13:40:20 +0000 (+0000) Subject: install.texi (Specific): Do not specify the concrete versions of GCC provided by... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b65d351636e6bb12e65df88848fc692a22b1766;p=platform%2Fupstream%2Fgcc.git install.texi (Specific): Do not specify the concrete versions of GCC provided by Cygwin. * doc/install.texi (Specific): Do not specify the concrete versions of GCC provided by Cygwin. Simplify the part on building on Cygwin. From-SVN: r101335 --- 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 + + * 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 * 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