blob: 51ae40951efa9be62f829e08b04543a05f565046 (
plain)
1
2
3
4
5
6
7
8
|
config ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS64EL
bool "Toolchain only"
select ADK_mips64el
select ADK_toolchain_mips64el
select ADK_TOOLCHAIN_ONLY
help
Build a mips64 little endian toolchain.
|