diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-22 15:04:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-24 10:10:39 +0100 |
commit | 770d42302c949880c90d2cfa4f04f7a426bb0b0a (patch) | |
tree | 3ee53c52e6ec714d8b4ddf3f8b93049e2fad9a63 /target/config | |
parent | b26c06df53e178b6f8752e0c79a18e77a9ccf697 (diff) |
fix sh2 toolchain building
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.elf2flt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt index df7e5a4ef..6a9b92de0 100644 --- a/target/config/Config.in.elf2flt +++ b/target/config/Config.in.elf2flt @@ -9,9 +9,11 @@ depends on ADK_TARGET_BINFMT_FLAT config ADK_TOOLCHAIN_ELF2FLT_2021_08 bool "2021-08" depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_SH config ADK_TOOLCHAIN_ELF2FLT_OLD bool "old version" - depends on ADK_TARGET_ARCH_BFIN + depends on ADK_TARGET_ARCH_BFIN || \ + ADK_TARGET_ARCH_SH endchoice |