This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: [PATCH] c[includes]
On Mon, Sep 25, 2000 at 01:58:53PM -0700, Benjamin Kosnik wrote:
>
> No. Mark has been hazing me about this for a while. I'm hoping to have it
> the default soon, perhaps as soon as next week.
Sweet!
> > For today, I'm wondering what configure options were passed to the
> > snapshot that RedHat included on their 7.0 release, in particular (duh)
> > which libstdc++ was used. Either way, expect a bunch of bug reports. :-(
>
> %gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> gcc version 2.96 20000731 (Red Hat Linux 7.0)
>
> libstdc++-v2 was used.
> And I believe that --enable-threads=posix was passed as well.
Interesting.
I've been trying to think of the best way for a GCC installation to remember
the configure arguments it was given, for use in testing and bug reporting.
Maybe another object in libgcc.a, with a single member like __configure_args,
with a value of no more than the simple "--foo --bar=baz" string.
Phil