From 99dd2f6f60ff244f509d917dc00d080667a90f69 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 9 Apr 2016 00:27:21 -0700 Subject: mips: allow o32 ABI as default for multilib ... since n32 and n64 are going to get built as well. Signed-off-by: Alexey Neyman diff --git a/config/arch/mips.in.2 b/config/arch/mips.in.2 index ee0424d..35c60e0 100644 --- a/config/arch/mips.in.2 +++ b/config/arch/mips.in.2 @@ -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. -- cgit v0.10.2-6-g49f6