From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25452 invoked by alias); 15 Jan 2008 19:45:13 -0000 Received: (qmail 25444 invoked by uid 22791); 15 Jan 2008 19:45:13 -0000 X-Spam-Check-By: sourceware.org Received: from exprod8og108.obsmtp.com (HELO exprod8og108.obsmtp.com) (64.18.3.96) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 15 Jan 2008 19:44:53 +0000 Received: from source ([12.110.134.31]) by exprod8ob108.postini.com ([64.18.7.12]) with SMTP; Tue, 15 Jan 2008 11:44:06 PST Received: from pkoning-laptop.equallogic.com.equallogic.com ([172.25.202.31]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 15 Jan 2008 14:43:41 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18317.3304.164946.599043@pkoning-laptop.equallogic.com> Date: Tue, 15 Jan 2008 19:45:00 -0000 From: Paul Koning To: dje@google.com Cc: jimb@codesourcery.com, gdb@sourceware.org Subject: Re: gdbserver + libiberty? References: <20080115172615.232D61C7245@localhost> X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid 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: 2008-01/txt/msg00114.txt.bz2 >>>>> "Doug" == Doug Evans writes: Doug> # We only build gdbserver automatically in a native Doug> configuration. ... Doug> I couldn't find any docs on building gdbserver for cross Doug> targets (i.e --host != --target), got any pointers? Even if the scripts don't currently do that (or not by default), it would be good not to add additional reasons for it to be hard. I've certainly done cross-builds of gdbserver, and they work fine. paul