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]

Re: what should bootstrap *really* do?



> When would anything of "significance" *not* change?

When the sources don't change.  Example: a cron job that updates the
sources from cvs and "make bootstrap"s.  If nothing changes, why waste
cycles?  The more likely case is a forgetful programmer ("Did I
bootstrap this?  Hmmm... make bootstrap... yup, I did.").

> In other words, how would this be different from what we used to
> have to justify the added complexity?

Some developers want it the old way.  Some developers want it the new
way.  Some developers want something else entirely.  Is it so bad to
want to please everyone?

I, personally, want a restartable bootstrap because I, personally,
work on systems that can't reliably complete a full bootstrap.  Other
people have other needs.  I'm trying to change the system so that more
than one option is available.

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