|
From: richard -r. w. <ric...@gm...> - 2011-10-24 16:47:35
|
On Mon, Oct 24, 2011 at 4:42 PM, Luca Saiu <Luc...@li...> wrote: > Sorry for asking such an obvious question, but we couldn't find any > information on the official documentation: how do we cross-compile a UML > kernel for a 32-bit x86 machine on an x86-64 machine? > Try: make linux ARCH=um SUBARCH=i386 -- Thanks, //richard |