From: Asbjoern Sloth Toennesen Date: Fri, 5 Nov 2010 13:30:08 +0000 (+0000) Subject: kbuild, deb-pkg: select userland architecture based on UTS_MACHINE X-Git-Tag: v2.6.38-rc1~438^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f26fa64200095af0e5d80a980e47877865e4b7;p=pandora-kernel.git kbuild, deb-pkg: select userland architecture based on UTS_MACHINE Instead of creating the debian package for the compiling userland, create it for a userland matching the kernel thats being compiled. This patch supports all Lenny release architectures, and Linux-based architecture candidates for Squeeze. If it can't find a proper Debian userspace it displays a warning, and fallback to let deb-gencontrol use the host's userspace arch. Eg. with this patch the following make command: make ARCH=i386 deb-pkg will output an i386 Debian package instead of an amd64 one, when run on an amd64 machine. Signed-off-by: Asbjoern Sloth Toennesen Acked-by: maximilian attems Signed-off-by: Michal Marek --- Reading git-diff-tree failed