From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751191AbcFRHFM (ORCPT ); Sat, 18 Jun 2016 03:05:12 -0400 Received: from merlin.infradead.org ([205.233.59.134]:41288 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750883AbcFRHFL (ORCPT ); Sat, 18 Jun 2016 03:05:11 -0400 Date: Sat, 18 Jun 2016 09:05:01 +0200 From: Peter Zijlstra To: Vineet Gupta Cc: Ingo Molnar , Guenter Roeck , "linux-kernel@vger.kernel.org" , linux-snps-arc@lists.infradead.org, Michael Ellerman , Tony Breeds Subject: Re: Build failures in -next due to 'locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}()' Message-ID: <20160618070501.GC30154@twins.programming.kicks-ass.net> References: <57640B08.4090007@roeck-us.net> <20160617143942.GV30154@twins.programming.kicks-ass.net> <20160617144136.GK30927@twins.programming.kicks-ass.net> <20160617160438.GA24148@gmail.com> <57645C16.9040300@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57645C16.9040300@synopsys.com> 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 Fri, Jun 17, 2016 at 10:22:46PM +0200, Vineet Gupta wrote: > On Friday 17 June 2016 06:04 PM, Ingo Molnar wrote: > >> I've misplaced my arc compiler, but does this make it go again? > > There's no arc compiler on korg's cross-building directory. > > Yeah, I'd requested that a few times... > > However we do have ARC kernels building at atleast 2 places > 1. Guenther's build service which sent this error report > 2. kisskb build by Michale Ellerman > > Although I don't know if it is possible to download cross tools from either of above. > > @Peter, upstream buildroot allows you to build toolchain for ARC ! Trust me it > does build :-) I use segher's buildall script. buildroot doesn't look useful. I seems to build to only build one target at a time, and build a crapload of cross-userspace, I just want a compiler. And I'm most certainly not going to build the compilers one by one. The buildall script I put to work and after about an hour I have however many of the 20+ targets that build with gcc.git and binutils.git cross compilers.