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