From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1692 invoked by alias); 1 Apr 2008 01:09:02 -0000 Received: (qmail 1681 invoked by uid 22791); 1 Apr 2008 01:09:02 -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, 01 Apr 2008 01:08:26 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 8B79498119 for ; Tue, 1 Apr 2008 01:08:24 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 711D29802B for ; Tue, 1 Apr 2008 01:08:24 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JgUz9-0000Qv-Ey for gdb@sourceware.org; Mon, 31 Mar 2008 21:08:23 -0400 Date: Tue, 01 Apr 2008 01:09:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: Regenerate config/features/rs6000 Message-ID: <20080401010823.GA1649@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org References: <47F16D39.4040608@eagercon.com> <20080331234135.GA29623@caradoc.them.org> <47F17A97.1000408@eagercon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47F17A97.1000408@eagercon.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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-04/txt/msg00000.txt.bz2 On Mon, Mar 31, 2008 at 04:58:15PM -0700, Michael Eager wrote: > Daniel Jacobowitz wrote: >> On Mon, Mar 31, 2008 at 04:01:13PM -0700, Michael Eager wrote: >>> How are the C files generated from the xml files? >> >> It's described in the comments in features/Makefile (you have to set >> CFILES and use a specific target). > > Apparently, there's a circular dependency: you have to have > build a gdb so you can generate the feature file which is needed > to build gdb. Yes, there is. You've got to add XML support separately from requiring the C precompiled features. -- Daniel Jacobowitz CodeSourcery