mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
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>
This commit is contained in:
parent
f2ffdf798d
commit
99dd2f6f60
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user