summaryrefslogtreecommitdiff
path: root/config/arch/mips.in.2
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-08-23 21:14:35 (GMT)
committerGitHub <noreply@github.com>2016-08-23 21:14:35 (GMT)
commit8a4870c2f8788c097d71194cb6d334cef1ae31ab (patch)
treeb891c1b351fbce138686c327ddfbd53874b61974 /config/arch/mips.in.2
parent87eb166c5bd52b4d205fb652cc3981e0a9c12d65 (diff)
parentb7ef2697ca4ec3f5409420cb0ded852b77b84c5e (diff)
Merge pull request #383 from stilor/multilib
Multilib support
Diffstat (limited to 'config/arch/mips.in.2')
-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.