From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751910AbcFVVGX (ORCPT ); Wed, 22 Jun 2016 17:06:23 -0400 Received: from merlin.infradead.org ([205.233.59.134]:48049 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121AbcFVVGT (ORCPT ); Wed, 22 Jun 2016 17:06:19 -0400 Date: Wed, 22 Jun 2016 23:05:59 +0200 From: Peter Zijlstra To: Chris Metcalf Cc: Arnd Bergmann , Sudip Mukherjee , Stephen Rothwell , linux-next@vger.kernel.org, Ingo Molnar , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: linux-next: Tree for Jun 21 Message-ID: <20160622210559.GX30909@twins.programming.kicks-ass.net> References: <20160621185048.GR30909@twins.programming.kicks-ass.net> <3813680.TbHyagWbHe@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 22, 2016 at 04:43:15PM -0400, Chris Metcalf wrote: > It turns out there were a few places where we were #include'ing Linux > headers in the gcc build (asm/unistd.h, arch/icache.h, arch/spr_def.h). > I patched gcc to provide inline copies of what was needed (pretty simple > stuff and won't ever change) and asked our lead compiler guy to upstream > it back up to gcc, so using buildall.git should get easier for tilepro/tilegx. tilegx actually built without issue (although I think it needed --disable-gdb for binutils). But thanks! Much appreciated. I'll try and make a few patches for Segher to update buildall and reduce the number of hacks/patches I have to carry around on that.