From 011e3a9ad4891ba1b27e281e085228189c56b137 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Wed, 13 Dec 2006 00:34:12 -0800 Subject: [PATCH] [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed