diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 11:41:44 +0200 |
commit | e8ca169ae2dcbbf86320f93de493de7c2cf1c1cc (patch) | |
tree | 35604465f5784360a4a83d36f79ac0cb6f8804c0 /target/mips | |
parent | 23013ef65cb2328d0958809ed88ab9a832440ace (diff) | |
parent | 957bb3959c18f96c9ac1c7553e897bbbd95f0d51 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/sys-available/toolchain-mips | 3 | ||||
-rw-r--r-- | target/mips/sys-available/toolchain-mipsel | 9 |
2 files changed, 11 insertions, 1 deletions
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. + |