blob: 9e93cfdcd0107494e78ad3d30cf92681725fbca9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS
bool "Toolchain only (big endian)"
select ADK_mips
select ADK_big
select ADK_toolchain_mips
select ADK_TOOLCHAIN
select ADK_TARGET_PACKAGE_TGZ
help
MIPS toolchain.
|