"Karthikeyan M" <[EMAIL PROTECTED]> writes:

> I am trying to build GCC without bootstrapping
> 
> The config options I used were
> 
> -- prefix=<obj dir > --disable-bootstrap --disable-libada --enable-languages=c
> 
> I then did a
> 
> make
> 
> After that, I edited some code in c-parser.c , then, as suggested in
> http://gcc.gnu.org/ml/gcc/2007-02/msg00025.html , I tried
> 
> make stage1-bubble
> 
> This does not seem to compile the changed file.

"make stage1-bubble" works better if you don't use --disable-bootstrap
when you run configure.

If you do use --disable-bootstrap, just run "make all-gcc".

There is some information here:
    http://gcc.gnu.org/wiki/Top-Level_Bootstrap

Ian

Reply via email to