mips: allow o32 ABI as default for multilib

... since n32 and n64 are going to get built as well.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2016-04-09 00:27:21 -07:00
parent f2ffdf798d
commit 99dd2f6f60

View File

@ -7,7 +7,7 @@ choice
config ARCH_mips_o32
bool
prompt "o32"
depends on ARCH_32
depends on (ARCH_32 || MULTILIB)
help
This is the -mabi=32 gcc option.