diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 20:17:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 20:17:29 +0200 |
commit | 2ec757233179928bb4d8d514509d88f1b2235783 (patch) | |
tree | 5008981dd9f6715376b75e81e58b1acb2c3afd2a /target/sh/sys-available/toolchain-sheb | |
parent | ea1244a1bec5a938e032c0a06389b82305651019 (diff) |
fix superh big endian compile for musl
Diffstat (limited to 'target/sh/sys-available/toolchain-sheb')
-rw-r--r-- | target/sh/sys-available/toolchain-sheb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/sh/sys-available/toolchain-sheb b/target/sh/sys-available/toolchain-sheb deleted file mode 100644 index f61547d24..000000000 --- a/target/sh/sys-available/toolchain-sheb +++ /dev/null @@ -1,11 +0,0 @@ -config ADK_TARGET_SYSTEM_TOOLCHAIN_SHEB - bool "Toolchain only" - select ADK_sh - select ADK_big - select ADK_toolchain_sheb - select ADK_CPU_SH4 - select ADK_TOOLCHAIN - select ADK_TARGET_PACKAGE_TXZ - help - Build a superh toolchain (sh4 big endian). - |