From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27590 invoked by alias); 4 Dec 2002 00:08:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27552 invoked from network); 4 Dec 2002 00:08:06 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 4 Dec 2002 00:08:06 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18JOxf-0006ME-00; Tue, 03 Dec 2002 20:08:27 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18JN5b-0002M2-00; Tue, 03 Dec 2002 19:08:31 -0500 Date: Tue, 03 Dec 2002 16:08:00 -0000 From: Daniel Jacobowitz To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Re: (toplevel patch) Configure host subdirs in Makefile, optionally. Message-ID: <20021204000831.GA8754@nevyn.them.org> Mail-Followup-To: Nathanael Nerode , gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com References: <20021204000033.GA6411@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021204000033.GA6411@doctormoo> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-12/txt/msg00095.txt.bz2 On Tue, Dec 03, 2002 at 07:00:33PM -0500, Nathanael Nerode wrote: > # gcc is the only module which uses GCC_FLAGS_TO_PASS. > +.PHONY: configure-gcc maybe-configure-gcc > +maybe-configure-gcc Something is line-wrapping you... > @@ -1190,6 +1272,8 @@ > # it's safer to use a soft dependency. > > # Host modules specific to gcc. > +# GCC needs to identify certain tools. > +gcc/Makefile: maybe-configure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex Ideally we would build binutils/gas/ld before configuring GCC, I think. We try to use them in the configure script; right now this is avoided by getting the version number out of the source tree if they're in-tree but that detail could be cleaned up if they were built in advance. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer