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]
Other format: [Raw text]

Re: Building without bootstrapping


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.


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