This is the mail archive of the gcc-patches@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]

Re: update config.guess in 3.0?


Phil Edwards wrote:
> 
> It's a bit late in the game for 3.0. What would this gain?  We'd be able
> to better identify many systems, but if we don't have backend ports for
> those systems already, what would be the point?

If you got better heuristics for mapping systems to existing triples,
you'd win even if the rest of GCC didn't change.  This also points
up the hazard of sucking into 3.0 at a late date, which is that a
mistake in config.* might map a supported system to a bogus triple,
so adding it in now is a little risky.  Hopefully there aren't any
regressions!

For the next release it would be good to set a post-branch date at
which the final config.* import should happen, so it can be as late
as possible without crumbling tested configs...

Stan


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