From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id D15543858407 for ; Fri, 17 Dec 2021 18:53:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D15543858407 Received: by mail-wm1-x32b.google.com with SMTP id y196so2238992wmc.3 for ; Fri, 17 Dec 2021 10:53:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=h5CKHNH8Mm96X589CnLujbzTbhIICAfMl6Xy2WZpqR4=; b=XZVyDp/K/p/K1ZSgRslTt0IG0lfRNbgsP9p9ABp3W6hI+5jrbqpodio1inf7+oLnZh QubFFe1s3TyaJX6IZ2EMBjcfLlwh2iOt8/CtvwwaUrMV4Voml0LKrC3xXuxwptC0KJPS 1fEKmqp65kK6FebKqk1FtDwvv+6AAx8mBhkfd6wCd0vCewstlv5swgVatQ00o23+xfzQ yRKlVwqPHL4O8DVqCASfVoee4K+6g5AR0DZOzw/QOYOP7pT/0eAj627lKryFZO/trc8b jp6wZIePRpDnpFdnEpgOdzowItzEgvbXvbsebeMs1/ck/vb9Gi8G866Bvg1y6NARfs2m 5/Ug== X-Gm-Message-State: AOAM531NhT2lHc08kqh9GJTSC18ouuUGT8f1+FoKeigpKszjcl4tGvTT MIl43CvwnnBege7YpKJV9vihEy7YiSHV+nMOJQgabXstT9A= X-Google-Smtp-Source: ABdhPJyZuF26QORRtXBCRUhe5qLJVO4Qy35CITx72K2Y4jUWymS9wBD8LJm0KsSaGM9ugzmHQs/jU1vb0fv6sWSmipc= X-Received: by 2002:a05:600c:1e01:: with SMTP id ay1mr1726619wmb.152.1639767188810; Fri, 17 Dec 2021 10:53:08 -0800 (PST) MIME-Version: 1.0 References: <20211217161040.6673-1-joel@rtems.org> In-Reply-To: <20211217161040.6673-1-joel@rtems.org> From: Eric Gallager Date: Fri, 17 Dec 2021 13:52:57 -0500 Message-ID: Subject: Re: [PATCH] config.gcc: Obsolete m32c-rtems target To: Joel Sherrill Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, 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-List-Received-Date: Fri, 17 Dec 2021 18:53:12 -0000 On Fri, Dec 17, 2021 at 11:11 AM Joel Sherrill wrote: > > --- > gcc/config.gcc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gcc/config.gcc b/gcc/config.gcc > index c8824367b13..fe93a72a16c 100644 > --- a/gcc/config.gcc > +++ b/gcc/config.gcc > @@ -252,6 +252,7 @@ case ${target} in > | cr16-*-* \ > | hppa[12]*-*-hpux10* \ > | hppa[12]*-*-hpux11* \ > + | m32c-*-rtems* \ > ) > if test "x$enable_obsolete" != xyes; then > echo "*** Configuration ${target} is obsolete." >&2 > -- > 2.24.4 > Hi, be sure to note this obsoletion in the Caveats section of gcc-12/changes.html; thanks.