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