From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29581 invoked by alias); 18 Nov 2006 16:41:20 -0000 Received: (qmail 29572 invoked by uid 22791); 18 Nov 2006 16:41:20 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 18 Nov 2006 16:41:07 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GlTFQ-0003xB-OS; Sat, 18 Nov 2006 11:40:56 -0500 Date: Sat, 18 Nov 2006 16:41:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: [RFA][3/5] New port: Cell BE SPU (the port itself) Message-ID: <20061118164056.GA14861@nevyn.them.org> Mail-Followup-To: Ulrich Weigand , Mark Kettenis , gdb-patches@sourceware.org References: <20061118060326.GA29135@nevyn.them.org> <200611181109.kAIB9wWq021761@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611181109.kAIB9wWq021761@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00200.txt.bz2 On Sat, Nov 18, 2006 at 12:09:58PM +0100, Ulrich Weigand wrote: > However, the patch has the same type of slight abuse of the build system > that Mark was concerned about for the native patch: it has a hack to build > a gdbserver in a "cross" configure situation. Since I can't really build > a native spu configuration, that's the only way to actually get a gdbserver > built I could think of ... Well, you can build it separately. Unlike other subdirectories, the configure script in gdb/gdbserver/ can be run directly. Is that all you need? -- Daniel Jacobowitz CodeSourcery