diff options
Diffstat (limited to 'target/mips/sys-available/toolchain-mipsel')
-rw-r--r-- | target/mips/sys-available/toolchain-mipsel | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/mips/sys-available/toolchain-mipsel b/target/mips/sys-available/toolchain-mipsel new file mode 100644 index 000000000..7eb9a743f --- /dev/null +++ b/target/mips/sys-available/toolchain-mipsel @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_MIPSEL + bool "Toolchain only (little endian)" + select ADK_mips + select ADK_little + select ADK_toolchain_mipsel + select ADK_TOOLCHAIN + help + MIPS toolchain. + |