This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (toplevel patch) Configure host subdirs in Makefile, optionally.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]