]> git.baikalelectronics.ru Git - kernel.git/commit
um: Build always with -mcmodel=large on 64bit
authorRichard Weinberger <richard@nod.at>
Fri, 29 Nov 2013 14:39:41 +0000 (15:39 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 1 Dec 2013 12:06:51 +0000 (13:06 +0100)
commitefd7c972c54e05419b2204ceb95523edf88e4a8c
tree3c763c97ef687d10a289410e96894c46930d9477
parentdffc77d95488782ffd2100377318df87d19fd274
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>
arch/um/Makefile