This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: specs info missing on trunk?


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


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