Skip to content

Commit

Permalink
mips: allow o32 ABI as default for multilib
Browse files Browse the repository at this point in the history
... since n32 and n64 are going to get built as well.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Aug 23, 2016
1 parent f2ffdf7 commit 99dd2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/arch/mips.in.2
Expand Up @@ -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.

Expand Down

0 comments on commit 99dd2f6

Please sign in to comment.