cross gcc for mips on x86 machine

hanishkvc@fedtec.com hanishkvc@fedtec.com
Mon Aug 6 06:09:00 GMT 2001


Hi Joan,

On Sat, 4 Aug 2001, joan wrote:
> But how can I build a bootstrap gcc? I think it can not use the
> same configure option as the final cross gcc.

If you check the docs which I sent. You will find that for bootstrap gcc

a) --with-newlib is specified
   which I found that also sets inhibit-libc which is important. In the
older gcc configs, Am not sure in the new ones.

b) --enable-languages=c is also specified along with LANGUAGES="c" during
make.

Where as while doing the final gcc you don't have to worry about these.

Keep :-)
HanishKVC



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list