Re: [gentoo-user] kernel cross compilation

2009-06-28 Thread Xavier Parizet
Dirk Heinrichs a écrit :
> Am Samstag 27 Juni 2009 19:33:48 schrieb David Relson:
>> My workstation is an AMD64 and I want to build a 486 kernel.  I've
>> tried oldconfig, menuconfig, and xconfig and they all change
>> the .config from X86_32 to X86_64.  How do I stop this behavior?
> 
> make CROSS_COMPILE=i686-pc-linux-gnu- ARCH=i386 ...

Try also linux32 command from sys-apps/util-linux .

> HTH...
> 
>   Dirk


-- 
  Xavier Parizet
YaGB :   http://gentooist.com
GPG  :DC81 6FEE 6EBE FCE4
1C18 202F E575 4A5D 036D 1408




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] kernel cross compilation

2009-06-27 Thread David Relson
On Sat, 27 Jun 2009 20:13:25 +0200
Dirk Heinrichs wrote:

> Am Samstag 27 Juni 2009 19:33:48 schrieb David Relson:
> > My workstation is an AMD64 and I want to build a 486 kernel.  I've
> > tried oldconfig, menuconfig, and xconfig and they all change
> > the .config from X86_32 to X86_64.  How do I stop this behavior?
> 
> make CROSS_COMPILE=i686-pc-linux-gnu- ARCH=i386 ...
> 
> HTH...
> 
>   Dirk

Exactly the sort of answer I wanted.

Thanks, Dirk.



Re: [gentoo-user] kernel cross compilation

2009-06-27 Thread Dirk Heinrichs
Am Samstag 27 Juni 2009 19:33:48 schrieb David Relson:
> My workstation is an AMD64 and I want to build a 486 kernel.  I've
> tried oldconfig, menuconfig, and xconfig and they all change
> the .config from X86_32 to X86_64.  How do I stop this behavior?

make CROSS_COMPILE=i686-pc-linux-gnu- ARCH=i386 ...

HTH...

Dirk


signature.asc
Description: This is a digitally signed message part.