From patchwork Mon Sep 13 09:24:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 44938 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 987263858003 for ; Mon, 13 Sep 2021 09:25:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 987263858003 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1631525123; bh=IQapIIn3AMUatdca67uCJj3bI59Y2E0fO5Qc1kjlWX8=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=sMYVUOki5JrSp8uh/kmMpCWTZZUqbgb4OzyBsalqw1fJSaY4s/6sg5xSBYvfSf9rG KJ8ca7Z37EEAekibq05n1eihjk3QRVqywG/pcML8tjw0vfMESrDBaHjrhVayozQsVX a/EgCGtUQBMCuiCjeESwVisKX4ivaTZOg8MeC0to= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 3EC453858402 for ; Mon, 13 Sep 2021 09:24:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3EC453858402 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 187951FFB5 for ; Mon, 13 Sep 2021 09:24:54 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id EF01D13BE0 for ; Mon, 13 Sep 2021 09:24:53 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id HzstOeUYP2GtWQAAMHmgww (envelope-from ) for ; Mon, 13 Sep 2021 09:24:53 +0000 Date: Mon, 13 Sep 2021 11:24:53 +0200 (CEST) To: gcc-patches@gcc.gnu.org Subject: [PATCH] Add cr16-*-* to the list of obsoleted targets Message-ID: <7999q74o-rprq-opp-o3o3-30q84rn35650@fhfr.qr> MIME-Version: 1.0 X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Richard Biener via Gcc-patches From: Richard Biener Reply-To: Richard Biener Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" This adds cr16-*-* to the list of obsoleted targets in config.gcc Approved by Jeff in another thread, pushed. cr16 has no maintainer and it's still cc0. 2021-09-13 Richard Biener * config.gcc: Add cr16-*-* to the list of obsoleted targets. --- gcc/config.gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config.gcc b/gcc/config.gcc index ccf41f66e42..84de1a3f691 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -249,6 +249,7 @@ md_file= # Obsolete configurations. case ${target} in tile*-*-* \ + | cr16-*-* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2