diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.elf2flt | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 680ba671d..ce31304a6 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -18,7 +18,6 @@ config ADK_TOOLCHAIN_BINUTILS_GIT config ADK_TOOLCHAIN_BINUTILS_2_41 bool "2.41" depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_LM32 depends on !ADK_TARGET_ARCH_KVX config ADK_TOOLCHAIN_BINUTILS_2_40 @@ -37,7 +36,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_38 config ADK_TOOLCHAIN_BINUTILS_2_28 bool "2.28" - depends on ADK_TARGET_CPU_SH_J2 config ADK_TOOLCHAIN_BINUTILS_KVX bool "kvx-coolidge" diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt index c73ce2054..1bd93142d 100644 --- a/target/config/Config.in.elf2flt +++ b/target/config/Config.in.elf2flt @@ -15,7 +15,10 @@ config ADK_TOOLCHAIN_ELF2FLT_2021_08 config ADK_TOOLCHAIN_ELF2FLT_OLD bool "old version" depends on ADK_TARGET_ARCH_BFIN || \ - ADK_TARGET_ARCH_LM32 || \ ADK_TARGET_ARCH_SH +config ADK_TOOLCHAIN_ELF2FLT_LM32 + bool "lm32" + depends on ADK_TARGET_ARCH_LM32 + endchoice |