From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751513AbcFUKEY (ORCPT ); Tue, 21 Jun 2016 06:04:24 -0400 Received: from merlin.infradead.org ([205.233.59.134]:45352 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbcFUKEV (ORCPT ); Tue, 21 Jun 2016 06:04:21 -0400 Date: Tue, 21 Jun 2016 12:04:15 +0200 From: Peter Zijlstra To: Vineet Gupta Cc: Cupertino Miranda , Ingo Molnar , Guenter Roeck , "linux-kernel@vger.kernel.org" , "linux-snps-arc@lists.infradead.org" , Michael Ellerman , Tony Breeds Subject: Re: cross compilers [was build failure of sorts] Message-ID: <20160621100415.GQ30927@twins.programming.kicks-ass.net> References: <20160617143942.GV30154@twins.programming.kicks-ass.net> <20160617144136.GK30927@twins.programming.kicks-ass.net> <20160617160438.GA24148@gmail.com> <57645C16.9040300@synopsys.com> <20160618070501.GC30154@twins.programming.kicks-ass.net> <20160618101740.GN30927@twins.programming.kicks-ass.net> <20160621074307.GK30154@twins.programming.kicks-ass.net> <20160621094537.GP30909@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160621094537.GP30909@twins.programming.kicks-ass.net> 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 Tue, Jun 21, 2016 at 11:45:37AM +0200, Peter Zijlstra wrote: > Should arc-*-* list gdb in their noconfigdirs like many other archs do > too? Something like so I suppose. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4977d97..464eab5 100644 --- a/configure.ac +++ b/configure.ac @@ -1088,8 +1088,9 @@ case "${target}" in sh*-*-pe|mips*-*-pe|*arm-wince-pe) noconfigdirs="$noconfigdirs tcl tk itcl libgui sim" ;; + # The arc target doesn't support gdb yet. arc-*-*|arceb-*-*) - noconfigdirs="$noconfigdirs target-libgloss" + noconfigdirs="$noconfigdirs gdb target-libgloss" ;; arm-*-pe*) noconfigdirs="$noconfigdirs target-libgloss"