Re: Disabling bootstrap

2007-02-02 Thread Paulo J. Matos
On 2/2/07, Zdenek Dvorak <[EMAIL PROTECTED]> wrote: Hello, > I've changed gcc by adding a new pass, however, when I compile gcc, > during compilation it calls itself, so I disabled bootstrap but that > is still happening even during bootstrap. Is there any way to compile > gcc without the final

Re: Disabling bootstrap

2007-02-02 Thread Zdenek Dvorak
Hello, > I've changed gcc by adding a new pass, however, when I compile gcc, > during compilation it calls itself, so I disabled bootstrap but that > is still happening even during bootstrap. Is there any way to compile > gcc without the final gcc compiling something? make stage1-bubble. See als

Disabling bootstrap

2007-02-02 Thread Paulo J. Matos
Hi all, I've changed gcc by adding a new pass, however, when I compile gcc, during compilation it calls itself, so I disabled bootstrap but that is still happening even during bootstrap. Is there any way to compile gcc without the final gcc compiling something? Moreover, how can I add a flag to