summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-09-07 17:38:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-07 17:38:46 +0200
commit5c26d11ac3e8afe6fc2244da471433d895e11061 (patch)
treecf8c70477b5dedf868980abb51f67f73c7aecd67 /target/config
parent5d4436d45c08c028ac3f84bb5c18359226245fd5 (diff)
lm32: use latest elf2git, add small binutils patch to create ELF instead ELF FDPIC by default
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils1
-rw-r--r--target/config/Config.in.elf2flt5
2 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index ce31304a6..290de1cfd 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -7,7 +7,6 @@ default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_BINUTILS_KVX if ADK_TARGET_ARCH_KVX
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
default ADK_TOOLCHAIN_BINUTILS_2_38 if ADK_TARGET_ARCH_NDS32
-default ADK_TOOLCHAIN_BINUTILS_2_40 if ADK_TARGET_ARCH_LM32
default ADK_TOOLCHAIN_BINUTILS_2_41
config ADK_TOOLCHAIN_BINUTILS_GIT
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