From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752395AbcFUO2a (ORCPT ); Tue, 21 Jun 2016 10:28:30 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:42303 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751606AbcFUO22 (ORCPT ); Tue, 21 Jun 2016 10:28:28 -0400 Date: Tue, 21 Jun 2016 16:04:08 +0200 From: Peter Zijlstra To: Chris Metcalf Cc: 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: <20160621140408.GE3704@worktop> References: <20160621154638.1169904b@canb.auug.org.au> <5768E650.2080506@gmail.com> <20160621124247.GM30921@twins.programming.kicks-ass.net> <5ed77f4c-44eb-ca02-1373-e878d3dea31e@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ed77f4c-44eb-ca02-1373-e878d3dea31e@mellanox.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2016 at 09:47:00AM -0400, Chris Metcalf wrote: > On 6/21/2016 8:42 AM, Peter Zijlstra wrote: > >On Tue, Jun 21, 2016 at 08:08:29AM -0400, Chris Metcalf wrote: > >>You need to have a tilepro toolchain (not tilegx) > >Ah, should I go use TARGET=tilepro-linux ? > > Yes. > I'm not sure who builds the toolchains, but tilepro is in upstream gcc/binutils/etc > so should be easy enough to include. There's also a cross-toolchain for x64 I put > up a while ago [1] that you could grab if you wanted to try it. I usually build my own set -- and just did. But tilepro was not included. Lemme go do so.