On Thu, Apr 14, 2005 at 10:57:40AM -0700, Nguyen Nguyen wrote: > Hello, > > I am sorry if this email goes to the wrong list. How do I configure kernel > 2.6.10 using "make xconfig (or menuconfig)" to select 64 bits support, > particularly for Intel EM64T? I've used "make xconfig" and could not find > the appropriate options under processor type/family. However, if I execute > the command "./scripts/kconfig/qconf arch/x86_64/Kconfig", then I'd see the > appropriate options. Many thanks.
When executing 'make *config' the architecture of current machine will be assumed. So if you compile on an i386 machine ARCH will be set to I386. So you want to do something like: make ARCH=x86_64 menuconfig Sam ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ kbuild-devel mailing list kbuild-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kbuild-devel