mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
f8ba6cb7e6
This adds initial mips64 config option and build script.
16 lines
404 B
Plaintext
16 lines
404 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_ABI
|
|
select ARCH_SUPPORT_TUNE
|
|
help
|
|
The MIPS architecture, as defined by:
|
|
http://www.mips.com/
|