This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Stop bootstrap build after stage 1?


On Thu, Dec 01, 2016 at 12:35:12PM +0100, Dominik Vogt wrote:
> Let's assume Gcc in the build directory has been configured with
> --enable-bootstrap to test a patch that is under development.
> Once it has been successfully built, one might want to make some
> changes and re-test it without bootstrapping again.
> 
> Is there a way to re-build in the same source directory without
> bootstrapping (without running configure again with
> --disable-bootstrap)?  I.e. the build should stop after stage 1
> (does "make check" work?).

(cd gcc && make) && make check


Segher


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