diff options
Diffstat (limited to 'config/arch/mips.in.2')
-rw-r--r-- | config/arch/mips.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/arch/mips.in.2 b/config/arch/mips.in.2 index ee0424d2..35c60e05 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. |