mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
b92668a211
This adds selection for one of the o32, n32 and n64 ABIs. Later, we can easily use those boolean options, rather than relying on a user-supplied string option. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
# MIPS specific config options
|
|
|
|
config ARCH_mips
|
|
select ARCH_SUPPORTS_32
|
|
select ARCH_SUPPORTS_64 if EXPERIMENTAL
|
|
select ARCH_DEFAULT_32
|
|
select ARCH_USE_MMU
|
|
select ARCH_SUPPORTS_BOTH_ENDIAN
|
|
select ARCH_DEFAULT_BE
|
|
select ARCH_SUPPORT_ARCH
|
|
select ARCH_SUPPORT_TUNE
|
|
help
|
|
The MIPS architecture, as defined by:
|
|
http://www.mips.com/
|