From patchwork Sat May 28 08:07:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 97773 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]) by ozlabs.org (Postfix) with SMTP id 2D4DDB6F90 for ; Sat, 28 May 2011 18:07:37 +1000 (EST) Received: (qmail 9392 invoked by alias); 28 May 2011 08:07:34 -0000 Received: (qmail 9368 invoked by uid 22791); 28 May 2011 08:07:31 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RFC_ABUSE_POST, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 May 2011 08:07:17 +0000 Received: by wwf26 with SMTP id 26so2327059wwf.8 for ; Sat, 28 May 2011 01:07:16 -0700 (PDT) Received: by 10.227.10.67 with SMTP id o3mr2880235wbo.26.1306570036420; Sat, 28 May 2011 01:07:16 -0700 (PDT) Received: from localhost (rsandifo.gotadsl.co.uk [82.133.89.107]) by mx.google.com with ESMTPS id 14sm1691701wbw.66.2011.05.28.01.07.14 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 28 May 2011 01:07:15 -0700 (PDT) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, tech@openbsd.org, rdsandiford@googlemail.com Cc: tech@openbsd.org Subject: Re: Deprecating mips-openbsd References: <871uzps1sh.fsf@firetop.home> <4DDB7D08.1020309@redhat.com> <4DDE59E5.1010700@redhat.com> Date: Sat, 28 May 2011 09:07:13 +0100 In-Reply-To: <4DDE59E5.1010700@redhat.com> (Andrew Haley's message of "Thu, 26 May 2011 14:47:17 +0100") Message-ID: <87k4dbgsem.fsf@firetop.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 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 Andrew Haley writes: > On 05/24/2011 10:40 AM, Andrew Haley wrote: >> On 23/05/11 19:35, Richard Sandiford wrote: >>> According to: >>> >>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47110 >>> >>> mips-openbsd does not build in 4.6. I haven't seen any activity >>> on this port for years. Would anyone object to its deprecation? >> >> I'm going to forward this to openbsd. Please wait a bit for a reply. > > Assuming this is the old 32-bit a.out port, they seem to be ok with it > being deprecated. Thanks. Here's what I installed (first patch to GCC, second patch to the web pages). Richard gcc/ * config.gcc: Deprecate mips*-*-openbsd*. Index: gcc/config.gcc =================================================================== --- gcc/config.gcc 2011-05-28 09:00:32.000000000 +0100 +++ gcc/config.gcc 2011-05-28 09:00:45.000000000 +0100 @@ -240,6 +240,7 @@ case ${target} in i[34567]86-*-interix3* \ | score-* \ | *-*-solaris2.8* \ + | mips*-*-openbsd* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 Index: htdocs/gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.17 diff -u -r1.17 changes.html --- htdocs/gcc-4.7/changes.html 27 May 2011 15:53:17 -0000 1.17 +++ htdocs/gcc-4.7/changes.html 28 May 2011 08:05:19 -0000 @@ -27,6 +27,7 @@
  • Solaris 8 (*-*-solaris2.8). Details can be found in the announcement.
  • +
  • MIPS OpenBSD (mips*-*-openbsd*).