This is the mail archive of the cygwin mailing list for the Cygwin 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: Compiling gcc for cygwin


NightStrike wrote:

> If cygwin ever wants to be able to support newer gcc compilers,
> something needs to be done in this area.  There are several options,

That's a quite a misleading statement to make.  Everything is fine for a
native 4.4 using 3.4 as the bootstrap compiler.  That's the whole point
of the three stage bootstrap, to eliminate any influence of the
bootstrap compiler on the final compiler.  The problem only occurs when
you build a 4.4 cross using 3.4 because by definition you can't
bootstrap a cross.  But even then you're fine if you first bootstrap a
recent native to use to build the cross.  It's really not the end of the
world.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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