specs info missing on trunk?

Nathanael Nerode neroden@twcny.rr.com
Mon Dec 23 15:27:00 GMT 2002


Joseph S. Myers wrote:
> On Wed, 18 Dec 2002, Andreas Tobler wrote:
> 
> 
>>Is this intended to be so?
>>[andreas@pm8600 objdir]$ ./gcc/xgcc -v
>>Using built-in specs.
>>Configured with:
>>Thread model: posix
>>gcc version 3.4 20021217 (experimental)
>>
>>I miss the configured with  part?
> 
> 
> This looks like a problem with the build changes merged from BIB.  The 
> configured with information in gcc -v and the gccbug script came from 
> TOPLEVEL_CONFIGURE_ARGUMENTS exported by the toplevel configure script, 
> but now the gcc directory is configured from the Makefile and the 
> configure arguments are not passed along.
> 
Yep.  It would be preferable if GCC could get this information from its 
*own* configure arguments, but if it really wants 
TOPLEVEL_CONFIGURE_ARGUMENTS, that can always be added as a make macro 
and then added to the list of shell variables passed down to subconfigures.

--Nathanael



More information about the Gcc mailing list