From patchwork Fri Jul 15 15:51:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 104850 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 28661B6F54 for ; Sat, 16 Jul 2011 01:52:02 +1000 (EST) Received: (qmail 20250 invoked by alias); 15 Jul 2011 15:51:59 -0000 Received: (qmail 20240 invoked by uid 22791); 15 Jul 2011 15:51:58 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, TW_CR 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, 15 Jul 2011 15:51:26 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id A1DF39B7; Fri, 15 Jul 2011 17:51:24 +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 o2cjHb41sz-J; Fri, 15 Jul 2011 17:51:23 +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 814399B6; Fri, 15 Jul 2011 17:51:23 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p6FFpGFt010076; Fri, 15 Jul 2011 17:51:16 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Richard Guenther Subject: [4.6] Obsolete NetWare support Date: Fri, 15 Jul 2011 17:51:16 +0200 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 As discussed, here's the patch that obsoletes NetWare x86 on the 4.6 branch. Tested by configuring/building on i386-pc-solaris2.11 with --target i386-pc-netware. As expected, without --enable-obsolete, the build fails in gcc, with --enable-obsolete, it continues. Ok for the 4.6 branch? Rainer 2011-07-15 Rainer Orth * config.gcc: Obsolete i[3456x]86-*-netware*. diff --git a/gcc/config.gcc b/gcc/config.gcc --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -240,6 +240,7 @@ case ${target} in | crx-* \ | i[34567]86-*-interix3* \ | i[34567]86-*-netbsd* \ + | i[3456x]86-*-netware* \ | i[34567]86-*-pe \ | m68hc11-*-* \ | m6811-*-* \