diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-07 17:38:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-07 17:38:46 +0200 |
commit | 5c26d11ac3e8afe6fc2244da471433d895e11061 (patch) | |
tree | cf8c70477b5dedf868980abb51f67f73c7aecd67 /target/config/Config.in.elf2flt | |
parent | 5d4436d45c08c028ac3f84bb5c18359226245fd5 (diff) |
lm32: use latest elf2git, add small binutils patch to create ELF instead ELF FDPIC by default
Diffstat (limited to 'target/config/Config.in.elf2flt')
-rw-r--r-- | target/config/Config.in.elf2flt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt index ca8e28d26..0d22faedb 100644 --- a/target/config/Config.in.elf2flt +++ b/target/config/Config.in.elf2flt @@ -8,7 +8,6 @@ depends on ADK_TARGET_BINFMT_FLAT config ADK_TOOLCHAIN_ELF2FLT_GIT bool "git" - depends on !ADK_TARGET_ARCH_LM32 depends on !ADK_TARGET_ARCH_SH config ADK_TOOLCHAIN_ELF2FLT_2021_08 @@ -22,8 +21,4 @@ config ADK_TOOLCHAIN_ELF2FLT_OLD depends on ADK_TARGET_ARCH_BFIN || \ ADK_TARGET_ARCH_SH -config ADK_TOOLCHAIN_ELF2FLT_LM32 - bool "lm32" - depends on ADK_TARGET_ARCH_LM32 - endchoice |