Re: [kbuild-devel] [PATCH v2] kbuild: save ARCH & CROSS_COMPILE when building a kernel

2007-10-12 Thread Sam Ravnborg
On Tue, Oct 09, 2007 at 09:49:19PM +0200, Sam Ravnborg wrote: > When building a kernel for a different architecture > kbuild requires the user always to specify ARCH and > CROSS_COMPILE on the command-line. > Failing to do so can result in strange build errros especially > when the asm symlink poin

[kbuild-devel] [PATCH v2] kbuild: save ARCH & CROSS_COMPILE when building a kernel

2007-10-09 Thread Sam Ravnborg
When building a kernel for a different architecture kbuild requires the user always to specify ARCH and CROSS_COMPILE on the command-line. Failing to do so can result in strange build errros especially when the asm symlink point to anohter architecture than the one being build. The typical case is