[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)
commit011e3a9ad4891ba1b27e281e085228189c56b137
tree3e9ac42e237bc163e37a89bb3d090608a5e1320b
parentdd47ea755693228bf842c779e8afdfa47efb20a3
[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