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: A bootstrap-ultralean patch


> I made this patch to allow
> 
> # make bootstrap-ultralean
> 
> which only builds the C compiler for stage 1. It saves both CPU
> time and disk space.

The problem with this is that the resulting binary will differ from
the binary produced by a normal bootstrap.  It would be particularly
troublesome if you (or anyone else) were ever to distribute a
binary release of a gcc produced by this method, resulting possibly
in bug reports that cannot be duplicated.

At least do stage 2 (the only purpose for stage 3 is the check).




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