diff options
author | Alexey Neyman <stilor@att.net> | 2016-04-09 00:27:21 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-08-23 11:00:27 -0700 |
commit | 99dd2f6f60ff244f509d917dc00d080667a90f69 (patch) | |
tree | 00c3f9ec531eebcd12629a2184c905f909e19174 /config/arch | |
parent | f2ffdf798ddcd5b471a5055c18215ca2988ddf29 (diff) | |
download | crosstool-ng-99dd2f6f60ff244f509d917dc00d080667a90f69.tar.gz crosstool-ng-99dd2f6f60ff244f509d917dc00d080667a90f69.tar.bz2 crosstool-ng-99dd2f6f60ff244f509d917dc00d080667a90f69.zip |
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>
Diffstat (limited to 'config/arch')
-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. |