commit | fff6540cbcb56a6ae92d4fd4b0864c8d13a8f932 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Fri Nov 29 15:39:41 2013 +0100 |
committer | Richard Weinberger <richard@nod.at> | Sun Dec 01 13:06:51 2013 +0100 |
tree | 3c763c97ef687d10a289410e96894c46930d9477 | |
parent | 8ed12fcc194d93c6a17714120a7027ee4d76a881 [diff] |
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 <bharrosh@panasas.com> Signed-off-by: Richard Weinberger <richard@nod.at>