diff mbox

[build,doc] Obsolete Solaris 8 support

Message ID yddd3lkcth9.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth March 21, 2011, 4:45 p.m. UTC
"Joseph S. Myers" <joseph@codesourcery.com> writes:

> On Mon, 21 Mar 2011, Rainer Orth wrote:
>
>> Therefore I'll soon commit this patch to obsolete Solaris 8 support in
>> 4.7.  It will be removed in 4.8 then.
>
> When obsoleting targets or other features, please update the release notes 
> (gcc-4.7/changes.html).

Like this?  Or should I link to the UI threads removal patch, too?

	Rainer


2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* htdocs/gcc-4.7/changes.html (Caveats): Document Solaris 8
	obsoletion, Solaris threads removal.

Comments

Joseph Myers March 21, 2011, 4:55 p.m. UTC | #1
On Mon, 21 Mar 2011, Rainer Orth wrote:

> "Joseph S. Myers" <joseph@codesourcery.com> writes:
> 
> > On Mon, 21 Mar 2011, Rainer Orth wrote:
> >
> >> Therefore I'll soon commit this patch to obsolete Solaris 8 support in
> >> 4.7.  It will be removed in 4.8 then.
> >
> > When obsoleting targets or other features, please update the release notes 
> > (gcc-4.7/changes.html).
> 
> Like this?  Or should I link to the UI threads removal patch, too?

I don't think such a link is needed.
Rainer Orth March 21, 2011, 4:59 p.m. UTC | #2
"Joseph S. Myers" <joseph@codesourcery.com> writes:

>> > When obsoleting targets or other features, please update the release notes 
>> > (gcc-4.7/changes.html).
>> 
>> Like this?  Or should I link to the UI threads removal patch, too?
>
> I don't think such a link is needed.

Ok, I've checked in the patch.

Thanks.
	Rainer
diff mbox

Patch

Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.1
diff -u -p -r1.1 changes.html
--- htdocs/gcc-4.7/changes.html	14 Mar 2011 13:52:00 -0000	1.1
+++ htdocs/gcc-4.7/changes.html	21 Mar 2011 16:45:37 -0000
@@ -14,8 +14,27 @@ 
 <h2>Caveats</h2>
 
   <ul>
-    <li>...</li>
- </ul>
+    <li><p>Support for a number of older systems and recently
+    unmaintained or untested target ports of GCC has been declared
+    obsolete in GCC 4.7.  Unless there is activity to revive them, the
+    next release of GCC will have their sources permanently
+    <strong>removed</strong>.</p>
+
+    <p id="obsoleted">The following ports for individual systems on
+    particular architectures have been obsoleted:</p>
+
+    <ul>
+	  <li>Solaris 8 (*-*-solaris2.8).  Details can be found in the
+	  <a href="http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01263.html">
+	      announcement</a>.</li>
+    </ul>
+
+    </li>
+
+    <li>Support has been removed for Unix International threads on Solaris
+    2, so the <code>--enable-threads=solaris</code> configure option and
+    the <code>-threads</code> compiler option don't work any longer.</li>
+  </ul>
 
 <h2>General Optimizer Improvements</h2>