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?


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.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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