summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-02-05 05:43:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-02-05 05:43:42 +0100
commit8718726805ab64e03be016eee8a24a2b9b3b8a01 (patch)
tree6ca9eb9235bbdd02d8ddf4c5259346ea5df2e84a
parent5578b70a06d12daa2c9149cb29eef5e47f1f3d13 (diff)
lm32: use older elf2flt
-rw-r--r--target/config/Config.in.elf2flt2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt
index 6a9b92de0..c73ce2054 100644
--- a/target/config/Config.in.elf2flt
+++ b/target/config/Config.in.elf2flt
@@ -9,11 +9,13 @@ 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_LM32
depends on !ADK_TARGET_ARCH_SH
config ADK_TOOLCHAIN_ELF2FLT_OLD
bool "old version"
depends on ADK_TARGET_ARCH_BFIN || \
+ ADK_TARGET_ARCH_LM32 || \
ADK_TARGET_ARCH_SH
endchoice