diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:22:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:22:45 +0100 |
commit | dfadb4d959da4c63d0c634f0d50713f3fa679e50 (patch) | |
tree | 0b4d2ac5065e36bcc9850aa394bd6b163e6a833b /target/mips64/sys-available/toolchain-mips64 | |
parent | ebad1f5ce74dfa9dead8d84c4d91051c68dc4e33 (diff) |
make bulk fixes. fix toolchain building for sparc64/ppc
Diffstat (limited to 'target/mips64/sys-available/toolchain-mips64')
-rw-r--r-- | target/mips64/sys-available/toolchain-mips64 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/mips64/sys-available/toolchain-mips64 b/target/mips64/sys-available/toolchain-mips64 new file mode 100644 index 000000000..e06280359 --- /dev/null +++ b/target/mips64/sys-available/toolchain-mips64 @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS64 + bool "Toolchain only" + select ADK_mips64 + select ADK_toolchain_mips64 + select ADK_TOOLCHAIN_ONLY + help + Build a mips64 big endian toolchain. + |