This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: V3 Configury
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: V3 Configury
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 23 Jan 2001 09:33:26 -0800 (PST)
- cc: Mark Mitchell <mark at codesourcery dot com>, libstdc++ at gcc dot gnu dot org, David Edelsohn <dje at watson dot ibm dot com>
> > I'm going to group these functions into bigger amalgamations and just
> > produce all-or-nothing results for the whole amalgamation. That
> > should reduce the per-function cost substantially.
>
> Like Gaby says, no bet. :-)
Go ahead and try this approach though. Let's see what breaks. If nothing
breaks, Mark wins!
I'd rather group than disable tests due to what we know about the os.
> > Also, <ctype> detection alone takes a long time (over a minute) to
> > work out. Why are we doing this with autoconf (in a rather hacky way,
> > involving checking for funny symbols in ctype.h) rather than using
> > configure.target, like we do for other obscure properties on the
> > target? I'm going to change that too.
>
> The autoconf tests predate the existence of config.target by a long time.
> Moving them seems safe to me.
Ditto. Thanks!
benjamin