On Mar 16, 2007, at 6:51 PM, Karthikeyan M wrote:
when you run configure.If you do use --disable-bootstrap, just run "make all-gcc".I tried this, it is still using the compiled-compiler in stage2 and beyond
There is no stage 2 if you aren't bootstrapping. I'd recommend rm - rf build and start again.
cd gcc && make would be the canonical development method.