On Fri, May 02, 2003 at 02:18:13PM +1000, Keith Owens wrote: > You have to specify ARCH=mips on _all_ make commands, not just make > *config. Do 'make ARCH=mips' for the second one. In the MIPS kernel source I've hardwired ARCH=mips. He'd either have to pass something like CROSS_COMPILE=mips-linux- or set the config option CONFIG_CROSSCOMPILE. Ralf