From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15534 invoked by alias); 3 Nov 2009 03:55:59 -0000 Received: (qmail 15526 invoked by uid 22791); 3 Nov 2009 03:55:58 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Nov 2009 03:55:54 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 547C910E9F; Tue, 3 Nov 2009 03:55:52 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 4044110E94; Tue, 3 Nov 2009 03:55:52 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N5AUp-0005PV-Dx; Mon, 02 Nov 2009 22:55:51 -0500 Date: Tue, 03 Nov 2009 03:55:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: x86-64 gdbserver config Message-ID: <20091103035551.GA20766@caradoc.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <4AEED5B3.7020107@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AEED5B3.7020107@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00041.txt.bz2 On Mon, Nov 02, 2009 at 12:50:59PM +0000, Nathan Sidwell wrote: > This patch allows building an x86-64 gdbserver for a multilibbed > i686-pc-linux-gnu target. One cannot tell from the target triplet > that x86-64 source files are needed -- one must invoke the compiler > and examine the __x86_64__ #define. For instance, the CC_FOR_TARGET > may be 'my-gcc -m64'. > > built and tested for an m64 multilib of an i686-pc-linux-gnu target. ok? OK. -- Daniel Jacobowitz CodeSourcery