This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: cross gcc for mips on x86 machine


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


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