From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27906 invoked by alias); 20 Oct 2010 14:50:35 -0000 Received: (qmail 27895 invoked by uid 22791); 20 Oct 2010 14:50:33 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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:50:29 +0000 Received: (qmail 25805 invoked from network); 20 Oct 2010 14:50:27 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Oct 2010 14:50:27 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: gdb darwin target on Linux host? Date: Wed, 20 Oct 2010 14:50:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.33-29-realtime; KDE/4.4.2; x86_64; ; ) Cc: Tristan Gingold , Peter Steiner References: <20101020135306.9C60531366@nx.neverkill.us> <201010201526.23403.pedro@codesourcery.com> <6946ED70-EBE6-4F3B-8B77-C02FE627D120@adacore.com> In-Reply-To: <6946ED70-EBE6-4F3B-8B77-C02FE627D120@adacore.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010201550.26450.pedro@codesourcery.com> 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/msg00079.txt.bz2 On Wednesday 20 October 2010 15:41:32, Tristan Gingold wrote: > > On Oct 20, 2010, at 4:26 PM, Pedro Alves wrote: > > > Apparently, the top-level configure is finicky about darwin versions: > > > > i[[3456789]]86-*-darwin*) > > noconfigdirs="$noconfigdirs ld gprof" > > noconfigdirs="$noconfigdirs sim target-rda" > > ;; > > 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. :-) -- Pedro Alves