cross gcc/binutils for mips-linux
Posted Fri Aug 10 21:46:13 2007
As every hackmeeting starts with building a cross toolchain - and every year the gcc people changed the way it works. Now some documentation:
../gcc-4.1-4.1.2/src/configure --prefix=/usr/local --target=mips-linux --disable-multilib --disable-nls --disable-shared --disable-threads --enable-languages=c
make all-gcc
make install-gcc