From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19583 invoked by alias); 20 Oct 2010 14:41:40 -0000 Received: (qmail 19573 invoked by uid 22791); 20 Oct 2010 14:41:39 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Oct 2010 14:41:35 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id F2EF4CB0253; Wed, 20 Oct 2010 16:41:32 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eWjVhMKtJTVP; Wed, 20 Oct 2010 16:41:32 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id E04F0CB021A; Wed, 20 Oct 2010 16:41:32 +0200 (CEST) Subject: Re: gdb darwin target on Linux host? Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <201010201526.23403.pedro@codesourcery.com> Date: Wed, 20 Oct 2010 14:41:00 -0000 Cc: gdb@sourceware.org, Peter Steiner Content-Transfer-Encoding: 7bit Message-Id: <6946ED70-EBE6-4F3B-8B77-C02FE627D120@adacore.com> References: <20101020135306.9C60531366@nx.neverkill.us> <455D00D6-4418-4B70-808B-37A9810F4F43@adacore.com> <201010201526.23403.pedro@codesourcery.com> To: Pedro Alves 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/msg00077.txt.bz2 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 ?