From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4580 invoked by alias); 13 May 2008 18:27:35 -0000 Received: (qmail 4572 invoked by uid 22791); 13 May 2008 18:27:34 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 May 2008 18:27:15 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D660F80001; Tue, 13 May 2008 18:27:13 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B97DE982C4; Tue, 13 May 2008 18:27:13 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JvzDV-0002te-16; Tue, 13 May 2008 14:27:13 -0400 Date: Tue, 13 May 2008 18:27:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: Geert Vancompernolle , gdb@sourceware.org Subject: Re: GdbServer: is it compiled? Message-ID: <20080513182713.GA11113@caradoc.them.org> Mail-Followup-To: Michael Snyder , Geert Vancompernolle , gdb@sourceware.org References: <4829D134.5030500@gmail.com> <20080513174053.GA7925@caradoc.them.org> <1210703088.4615.561.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1210703088.4615.561.camel@localhost.localdomain> User-Agent: Mutt/1.5.17 (2008-05-05) 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-05/txt/msg00102.txt.bz2 On Tue, May 13, 2008 at 11:24:48AM -0700, Michael Snyder wrote: > Whether to build gdbserver is configured by gdb/configure.tgt, > depending on which target is chosen. It gets added to the > build_subdirs in the makefile. Only for native builds of GDB. If you're building a cross-GDB it will never be built automatically, since the configure script won't go looking for a cross-compiler. -- Daniel Jacobowitz CodeSourcery