From: Richard Weinberger Date: Fri, 29 Nov 2013 14:39:41 +0000 (+0100) Subject: um: Build always with -mcmodel=large on 64bit X-Git-Tag: v3.13-rc3~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff6540cbcb56a6ae92d4fd4b0864c8d13a8f932;p=pandora-kernel.git um: Build always with -mcmodel=large on 64bit On UML SUBARCH can be x86, x86_64 and i386 and if it is x86 we use uname -m to select a defconfig. Therefore we can no longer use -mcmodel=large only if SUBARCH is x86_64. Reported-and-tested-by: Boaz Harrosh Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed