]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix crossbuilding checkstack
authorJeff Dike <jdike@addtoit.com>
Wed, 13 Dec 2006 08:34:12 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:48 +0000 (09:05 -0800)
commit002db1c39fc5f078048e73eaf0fad0cc93a891f7
tree3e9ac42e237bc163e37a89bb3d090608a5e1320b
parented737bd32cc09c2fc48137e224edbd97d6683c4b
[PATCH] Fix crossbuilding checkstack

The previous checkstack fix for UML, which needs to use the host's tools,
was wrong in the crossbuilding case.  It would use the build host's, rather
than the target's, toolchain.

This patch removes the old fix and adds an explicit special case for UML,
leaving everyone else alone.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile