diff options
Diffstat (limited to 'target/mips64el/sys-available/toolchain-mips64el')
-rw-r--r-- | target/mips64el/sys-available/toolchain-mips64el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/mips64el/sys-available/toolchain-mips64el b/target/mips64el/sys-available/toolchain-mips64el new file mode 100644 index 000000000..51ae40951 --- /dev/null +++ b/target/mips64el/sys-available/toolchain-mips64el @@ -0,0 +1,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. + |