arch/Config.in: introduce BR2_KERNEL_64_USERLAND_32 symbol
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 25 Oct 2013 13:10:22 +0000 (10:10 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Oct 2013 21:59:03 +0000 (22:59 +0100)
commit957a986214169a76c51e9f63a232b67f286889d8
treebe08f711e601648dd30578ad69a7b9f5d2339ae8
parent9e7d7b3cd422affad5976a4013bcb8626a079491
arch/Config.in: introduce BR2_KERNEL_64_USERLAND_32 symbol

On some architectures one can be running a 64-bit kernel with a 32-bit
userland. Such is the case for sparc64 (unsupported) for example and
mips64 with n32 ABI.

Some tools that interface directly with the kernel need to be built
specially for this, so introduce this symbol to tweak their build in
one central kludge to be future-proof.

Example: bug #6602.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/Config.in
arch/Config.in.mips