From a5035761e754f46a2e9b711c805d05a0f9b61a71 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 9 Jan 2010 15:52:06 +0100 Subject: config/arch: always select the adequate bitness Even if the selected ARCH does not support different bitness (or we do not support building with another bitness), still select the appropriate bitness. --- config/arch/mips.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/arch/mips.in') diff --git a/config/arch/mips.in b/config/arch/mips.in index 1ad8f4f7..46fa8ad1 100644 --- a/config/arch/mips.in +++ b/config/arch/mips.in @@ -1,6 +1,8 @@ # MIPS specific config options config ARCH_mips + select ARCH_SUPPORTS_32 + select ARCH_DEFAULT_32 select ARCH_USE_MMU select ARCH_SUPPORTS_BOTH_ENDIAN select ARCH_DEFAULT_BE -- cgit v1.2.3