From patchwork Thu May 16 11:49:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 244290 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 8F5222C007A for ; Thu, 16 May 2013 21:49:54 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=e1SNJdmcMYW3sPl1HsUr6253QhyvSm/tAQVGs3krtQyhTnyp+0orD loIdPkg0s0BscUmgOMr0LdQlSRS1WXlBfmt38p9Fn8S9J/GFUQSb7g4roFwZ2eBe nzEYPs0tvnlDKkWoc0fjIgI9Mo680dmTiDEsXaa+ZTa54kGkOXd5W4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=kOu6D7BxChFHCECu9kM1/k+PBos=; b=KB/lHghwDMT3VcAFgxPv L+mMvq+U0qU0jzah609UK6AdL6Ekv4MgnKzRIM3kiLIB7V1VtINHM0kSW/Az8Imw GH7SmJsbH1I9Hes4b1yJOcD02+bGEA2u8gJRdoYnxGtz2RlosXrLQ9aknplBscfm 0H+bxxjQXbDwaeYb/gA3//w= Received: (qmail 19957 invoked by alias); 16 May 2013 11:49:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 19947 invoked by uid 89); 16 May 2013 11:49:48 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, TW_WW autolearn=ham version=3.3.1 Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 16 May 2013 11:49:47 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id BCC7ABBA for ; Thu, 16 May 2013 13:49:45 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OrNERpB2cp3T for ; Thu, 16 May 2013 13:49:44 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 3358BBB9 for ; Thu, 16 May 2013 13:49:44 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.14.5+Sun/8.14.5/Submit) id r4GBnh2L005975; Thu, 16 May 2013 13:49:43 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Announce Solaris 9 obsoletion Date: Thu, 16 May 2013 13:49:43 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (usg-unix-v) MIME-Version: 1.0 X-Virus-Found: No Corresponding to the Solaris 9 obsoletion patch, I've now installed the following wwwdocs patch to document it. Rainer * htdocs/gcc-4.9/changes.html: Document Solaris 9 obsoletion. Index: htdocs/gcc-4.9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.11 retrieving revision 1.13 diff -u -p -r1.11 -r1.13 --- htdocs/gcc-4.9/changes.html 9 May 2013 17:08:19 -0000 1.11 +++ htdocs/gcc-4.9/changes.html 16 May 2013 11:48:37 -0000 1.13 @@ -16,6 +16,23 @@

Caveats

--> +
    +
  • Support for a number of older systems and recently + unmaintained or untested target ports of GCC has been declared + obsolete in GCC 4.9. Unless there is activity to revive them, the + next release of GCC will have their sources permanently + removed.

    + +

    The following ports for individual systems on + particular architectures have been obsoleted:

    + +
      +
    • Solaris 9 (*-*-solaris2.9). Details can be found in the + + announcement.
    • +
    +
  • +