From: Paolo 'Blaisorblade' Giarrusso Date: Thu, 14 Jul 2005 07:33:43 +0000 (-0700) Subject: [PATCH] uml: allow building as 32-bit binary on 64bit host X-Git-Tag: v2.6.13-rc4~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d0021394c1b070bf04b22c5bc8fdb437edd4c5;p=pandora-kernel.git [PATCH] uml: allow building as 32-bit binary on 64bit host This patch makes the command: make ARCH=um SUBARCH=i386 work on x86_64 hosts (with support for building 32-bit binaries). This is especially needed since 64-bit UMLs don't support 32-bit emulation for guest binaries, currently. This has been tested in all possible cases and works. Only exception is that I've built but not tested a 64-bit binary, because I hadn't a 64-bit filesystem available. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed