On Wed, Oct 31, 2007 at 08:57:39AM +0000, Christoph Hellwig wrote:
kbuild check's the asm symlink and error out if it is wrong.
So forgetting ARCH should be captured. But the check does not
store ARCH which is what I hope to have fixed for next merge window.
So for now if you forget ARCH you should be warned.
And in the future kbuild will remember what ARCH (and CROSS_COMPILE)
you used when configuring the kernel.
For x86 the current check does not help use because the asm symlink
is the same for i386 and x86_64 - so for now we are out of luck.
Sam
-