From bbfa3ca2154df9d7a574787df8e1ad5234b1a9fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 May 2011 19:26:57 +0200 Subject: fix bulktoolchain target --- target/mips/sys-available/toolchain-mips | 3 ++- target/mips/sys-available/toolchain-mipsel | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 target/mips/sys-available/toolchain-mipsel (limited to 'target/mips/sys-available') diff --git a/target/mips/sys-available/toolchain-mips b/target/mips/sys-available/toolchain-mips index d07306ee8..783d71fa0 100644 --- a/target/mips/sys-available/toolchain-mips +++ b/target/mips/sys-available/toolchain-mips @@ -1,6 +1,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS - bool "Toolchain only" + bool "Toolchain only (big endian)" select ADK_mips + select ADK_big select ADK_toolchain_mips select ADK_TOOLCHAIN help 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. + -- cgit v1.2.3