From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68932 invoked by alias); 4 Feb 2016 06:52:50 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 68885 invoked by uid 89); 4 Feb 2016 06:52:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 04 Feb 2016 06:52:46 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id B69C3347DB0; Thu, 4 Feb 2016 06:52:44 +0000 (UTC) Received: from slagheap.utah.redhat.com (ovpn-113-84.phx2.redhat.com [10.3.113.84]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u146qiGj012467; Thu, 4 Feb 2016 01:52:44 -0500 Subject: Re: [PATCH] obsolete the deprecated rtems targets To: tbsaunde+gcc@tbsaunde.org, gcc-patches@gcc.gnu.org References: <1454560560-25230-1-git-send-email-tbsaunde+gcc@tbsaunde.org> From: Jeff Law Message-ID: <56B2F53C.3020609@redhat.com> Date: Thu, 04 Feb 2016 06:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1454560560-25230-1-git-send-email-tbsaunde+gcc@tbsaunde.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00269.txt.bz2 On 02/03/2016 09:36 PM, tbsaunde+gcc@tbsaunde.org wrote: > From: Trevor Saunders > > hi, > > Joel said in http://gcc.gnu.org/ml/gcc/2016-01/msg00016.html we should drop > support for these targets because rtems has stopped supporting them, so this > marks them as obsolete and we can remove them in gcc 7. > > tested building for {avr,h8300,m32r}-rtems without --enable-obsolete fails, and > make all-gcc for i686-linux-gnu succeeds. ok? > > Trev > > gcc/ChangeLog: > > 2016-02-03 Trevor Saunders > > * config.gcc: Mark deprecated rtems targets as obsolete. OK. jeff