From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29285 invoked by alias); 20 Oct 2010 14:52:56 -0000 Received: (qmail 29185 invoked by uid 22791); 20 Oct 2010 14:52:55 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Oct 2010 14:52:50 +0000 Received: (qmail 27276 invoked from network); 20 Oct 2010 14:52:49 -0000 Received: from unknown (HELO codesourcery.com) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Oct 2010 14:52:49 -0000 Date: Wed, 20 Oct 2010 14:52:00 -0000 From: Nathan Froyd To: Pedro Alves Cc: gdb@sourceware.org, Tristan Gingold , Peter Steiner Subject: Re: gdb darwin target on Linux host? Message-ID: <20101020145245.GW2806@nightcrawler> References: <20101020135306.9C60531366@nx.neverkill.us> <201010201526.23403.pedro@codesourcery.com> <6946ED70-EBE6-4F3B-8B77-C02FE627D120@adacore.com> <201010201550.26450.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010201550.26450.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00080.txt.bz2 On Wed, Oct 20, 2010 at 03:50:25PM +0100, Pedro Alves wrote: > On Wednesday 20 October 2010 15:41:32, Tristan Gingold wrote: > > On Oct 20, 2010, at 4:26 PM, Pedro Alves wrote: > > > x86_64-*-darwin[[912]]*) > > > noconfigdirs="$noconfigdirs ld gas gprof" > > > noconfigdirs="$noconfigdirs sim target-rda" > > > ;; > > > *-*-darwin*) > > > noconfigdirs="$noconfigdirs ld gas gdb gprof" > > > ^^^ > > > noconfigdirs="$noconfigdirs sim target-rda" > > > noconfigdirs="$noconfigdirs ${libgcj}" > > > ;; > > > > > > > > > Something like "--target=x86_64-darwin10" instead works, and > > > I suppose "--target=i386-darwin --enable-64-bit-bfd" would > > > solve the OPs second attempt. > > > > Ah, ah. Maybe you should remove the '[[912]]' part ? > > I believe so, but I have zero powers over the top level, so > someone interested in darwin needs to step up for that. :-) I think the decision is deliberate, as x86_64-darwin8 is not a valid target. -Nathan