mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +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
|
config ARCH_mips_o32
|
||||||
bool
|
bool
|
||||||
prompt "o32"
|
prompt "o32"
|
||||||
depends on ARCH_32
|
depends on (ARCH_32 || MULTILIB)
|
||||||
help
|
help
|
||||||
This is the -mabi=32 gcc option.
|
This is the -mabi=32 gcc option.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user