From patchwork Tue Feb 14 15:22:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 727860 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vN5lV0xzZz9s06 for ; Wed, 15 Feb 2017 02:23:01 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="X5I2koo8"; dkim-atps=neutral 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:cc:subject:date:message-id; q=dns; s=default; b=GcpwuFgSo9ok 12cyfcT/nGwVyI3zsWaoxGV9w4tYjxZDxoOC6ZshGt230NKLJCCA9jbwbuHFR3ba DZ77e6BKphGjL96BE4qb+c+kAvVopha4slL7KjUArm2ii6iIob+TfMUggDhdfMGF 49AJ0TycfFFWB9fXIVkri1tFVwH1BPg= 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:cc:subject:date:message-id; s=default; bh=O5MXAmD9LDnPScY30N fyObjZGkM=; b=X5I2koo8KdrcrY6erx+kh88kW/kss53zeMmfnMhLRvB0dEXQTl QEUUdFS5seB/HITRpzI9rn3zJi2d1Z0BBXCRwOcHYftHlrtiwZydsfNCdaYsALkk Grxh2/e0dkYB8v6DYQBgS3QjTxA9uxW0IBcr+L6izY8GcMENGur26D5zU= Received: (qmail 84906 invoked by alias); 14 Feb 2017 15:22:53 -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 84896 invoked by uid 89); 14 Feb 2017 15:22:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL, BAYES_05, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=1.9.3, UD:gcc, config.gcc, configgcc X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Feb 2017 15:22:42 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id DE13B1C06C6; Tue, 14 Feb 2017 15:22:38 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, Segher Boessenkool Subject: [PATCH] rs6000: Mark powerpc*-*-*spe* as obsolete Date: Tue, 14 Feb 2017 15:22:33 +0000 Message-Id: X-IsSubscribed: yes As discussed in . Is this okay for trunk? Segher 2017-02-14 Segher Boessenkool * config.gcc (Obsolete configurations): Add powerpc*-*-*spe* . --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index ddfa4dc..c7d3899 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -236,7 +236,7 @@ md_file= # Obsolete configurations. case ${target} in - nothing \ + powerpc*-*-*spe* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2