From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 397A91F55B for ; Fri, 22 May 2020 22:05:36 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 17B4C388B03D; Fri, 22 May 2020 22:05:35 +0000 (GMT) Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 34872386F83E for ; Fri, 22 May 2020 22:05:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 34872386F83E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: XhEHZ+T6wzVVdvKldyu+hUoB7VGOj5CI3XkNwppvtmNjLrYPqo53G1Tmo167Hhm9hQ8ZDFJxsI E2eY2VJjWeCQ4Ve+lLBhtEdbIdAQxVD3LO7+x4vDnXR8nV57+qvKUjgK8B2DxKT6PISKLQkZqo 96rDsZgentw62KQdjHgZgr/6N5jph+B2aQGzTrJ1h2spKKxJgmOdJBFcGQCfvH51+0TqVODEfi F3vKWihdJPAgafnqpEbfB72Gi2MGhaAkdDKhosm8PO9aJJohuG9I6Z+pPq23S8eEaVS9IBcP0Y RB0= X-IronPort-AV: E=Sophos;i="5.73,423,1583222400"; d="scan'208";a="51164820" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 22 May 2020 14:05:32 -0800 IronPort-SDR: /IYhNfl+ie2O/uu6W2oog387FGq+N7z3/z81VdVJJsLs5g2QyFPnNcZyfaQ+BUqo1WltCju9pp yH16RlGJdiU2fnX2SU/nrTpp8iF4kWpgODyaN3rT5/THQ13APL3fYqjNo3WfupG+1hIoilHnPl 0IyNn1NqCVznPa1sEE6kSosR8d6wavtGuQdppnnPfT/4Mm6Jfn36ydXIJli51ZYY54gGjfKdsj R5CxOZ+PEdeVxjgekIfOPbR0MwtzrnyjPb3txfRuHNQ4z0BCEH58hZADYs8ExLXqc9yoZyJ+94 8AE= Date: Fri, 22 May 2020 22:02:54 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Stafford Horne Subject: Re: [PATCH 1/1] Initial support for OpenRISC In-Reply-To: <20200522215953.GC75760@lianli.shorne-pla.net> Message-ID: References: <20200522113633.209664-1-shorne@gmail.com> <20200522113633.209664-2-shorne@gmail.com> <87eerc3z7b.fsf@oldenburg2.str.redhat.com> <20200522215953.GC75760@lianli.shorne-pla.net> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Weimer , Openrisc , Stafford Horne via Libc-alpha , Christian Svensson Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Sat, 23 May 2020, Stafford Horne via Libc-alpha wrote: > For binutils and gcc require patches which are mentioned in the cover letter. > I will document. In my view the changes need to be upstream before the patch can go into glibc. We want to avoid the mess we had with MicroBlaze where the port turned out to depend on GCC patches that hadn't yet been upstreamed. -- Joseph S. Myers joseph@codesourcery.com