From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752173AbeCZPLs (ORCPT ); Mon, 26 Mar 2018 11:11:48 -0400 Received: from mail-qt0-f195.google.com ([209.85.216.195]:36298 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbeCZPLr (ORCPT ); Mon, 26 Mar 2018 11:11:47 -0400 X-Google-Smtp-Source: AG47ELunVUdx7n7ymzURqwDUMmpJtu2TByT22PCAUaxKf6IlqDBjZA5c21kYsOkhXy6hDjX1miEmdH8Z8PnC+iaPBzw= MIME-Version: 1.0 In-Reply-To: <8f76538a-27a4-745e-3d28-db3be06e9715@codesourcery.com> References: <8f76538a-27a4-745e-3d28-db3be06e9715@codesourcery.com> From: Arnd Bergmann Date: Mon, 26 Mar 2018 17:11:45 +0200 X-Google-Sender-Auth: 4XwHrGUfmPyOZMjpY7rXlPbZ6rY Message-ID: Subject: Re: [gnu-csky] [PATCH 00/19] C-SKY(csky) Linux Kernel Port To: Sandra Loosemore Cc: Guo Ren , linux-arch , Jason Cooper , Daniel Lezcano , Linux Kernel Mailing List , c-sky_gcc_upstream@c-sky.com, wbx@uclibc-ng.org, thomas.petazzoni@bootlin.com, gnu-csky@mentor.com, Thomas Gleixner Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 26, 2018 at 5:06 PM, Sandra Loosemore wrote: > On 03/26/2018 07:30 AM, Arnd Bergmann wrote: >> >> >> Another interesting question is the status of your toolchain support. I >> see your >> github account contains binutils and gcc repositories, but they are not >> upstream >> yet. Are you working on getting those included in the respective upstream >> projects already? > > > We at Mentor Graphics are working on preparing the abiv2 binutils and gcc > support for upstream submission. The existing gcc back end for abiv1 is > actually completely separate from the abiv2 back end and probably eventually > needs to be merged with it, but first things first. Ok, very good. Being able to build abiv2 is probably sufficient for testing the kernel in a meaningful way, and if you are working on getting that upstream, I trust that it will happen quick enough. I can always provide toolchain binaries on kernel.org based a prerelease version like I did for openrisc, which makes it accessible to other kernel developers doing cross-arch changes. Arnd