summaryrefslogtreecommitdiff
path: root/config/arch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-04-09 07:27:21 (GMT)
committerAlexey Neyman <stilor@att.net>2016-08-23 18:00:27 (GMT)
commit99dd2f6f60ff244f509d917dc00d080667a90f69 (patch)
tree00c3f9ec531eebcd12629a2184c905f909e19174 /config/arch
parentf2ffdf798ddcd5b471a5055c18215ca2988ddf29 (diff)
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>
Diffstat (limited to 'config/arch')
-rw-r--r--config/arch/mips.in.22
1 files changed, 1 insertions, 1 deletions
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.