From patchwork Fri Jul 1 11:27:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 102896 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 1EAC5B6F54 for ; Fri, 1 Jul 2011 21:27:41 +1000 (EST) Received: (qmail 7778 invoked by alias); 1 Jul 2011 11:27:39 -0000 Received: (qmail 7770 invoked by uid 22791); 1 Jul 2011 11:27:38 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jul 2011 11:27:24 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 54857786; Fri, 1 Jul 2011 13:27:23 +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 TYK6rx-bcv3e; Fri, 1 Jul 2011 13:27:21 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (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 5E25A785; Fri, 1 Jul 2011 13:27:21 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p61BRKFH026282; Fri, 1 Jul 2011 13:27:20 +0200 (MEST) From: Rainer Orth To: "Joseph S. Myers" Cc: gcc-patches@gcc.gnu.org Subject: Re: [build, doc] Obsolete IRIX 6.5, Tru64 UNIX V5.1 References: Date: Fri, 01 Jul 2011 13:27:20 +0200 In-Reply-To: (Joseph S. Myers's message of "Fri, 1 Jul 2011 11:19:55 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes 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 "Joseph S. Myers" writes: > On Fri, 1 Jul 2011, Rainer Orth wrote: > >> 2011-04-08 Rainer Orth >> >> * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5. >> * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it. >> (Specific, mips-sgi-irix6): Likewise. > > contrib/config-list.mk should also be updated to append > OPT-enable-obsolete to the relevant target names. Done as follows. Untested, but patterned exactly after the other entries. Rainer 2011-07-01 Rainer Orth * config-list.mk (LIST): Append OPT-enable-obsolete to alpha-dec-osf5.1, mips-sgi-irix6.5. Index: contrib/config-list.mk =================================================================== --- contrib/config-list.mk (revision 175753) +++ contrib/config-list.mk (working copy) @@ -12,7 +12,8 @@ # # v850e1-elf is rejected by config.sub LIST = alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ - alpha-dec-osf5.1 alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ + alpha-dec-osf5.1OPT-enable-obsolete alpha64-dec-vms alpha-dec-vms \ + am33_2.0-linux \ arm-wrs-vxworks arm-freebsd6 arm-netbsdelf arm-linux \ arm-linux-androideabi arm-uclinux_eabi arm-ecos-elf arm-eabi \ arm-symbianelf arm-rtems arm-elf arm-wince-pe avr-rtems avr-elf \ @@ -35,7 +36,8 @@ m32r-linux m32rle-linux m68k-elf m68k-netbsdelf \ m68k-openbsd m68k-uclinux m68k-linux m68k-rtems \ mcore-elf mep-elf microblaze-linux microblaze-elf \ - mips-sgi-irix6.5OPT-with-stabsOPT-enable-threads=posix mips-netbsd \ + mips-sgi-irix6.5OPT-with-stabsOPT-enable-threads=posixOPT-enable-obsolete \ + mips-netbsd \ mips64el-st-linux-gnu mips64octeon-linux mipsisa64r2-linux \ mipsisa32r2-linux-gnu mips-openbsd mipsisa64r2-sde-elf mipsisa32-elfoabi \ mipsisa64-elfoabi mipsisa64r2el-elf mipsisa64sr71k-elf mipsisa64sb1-elf \