cross gcc for mips on x86 machine
M. R. Brown
mrbrown@0xd6.org
Mon Aug 6 08:11:00 GMT 2001
* 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
More information about the crossgcc
mailing list