https://github.com/torvalds/linux
Revision 011e3a9ad4891ba1b27e281e085228189c56b137 authored by Jeff Dike on 13 December 2006, 08:34:12 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:48 UTC
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>
1 parent dd47ea7
History
Tip revision: 011e3a9ad4891ba1b27e281e085228189c56b137 authored by Jeff Dike on 13 December 2006, 08:34:12 UTC
[PATCH] Fix crossbuilding checkstack
Tip revision: 011e3a9
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 75.2 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top