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


* hanishkvc@fedtec.com <hanishkvc@fedtec.com> on Mon, Aug 06, 2001:

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

I would change this to --enable-languages="c" (with quotes), passing
LANGUAGES="c" isn't necessary during make.  Also, instead of trying to do a
full make on a bootstrap compiler (it will always fail), just do "make
all-gcc" followed by "make install-gcc".

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

Correct.

M. R.

------
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]