summaryrefslogtreecommitdiff
path: root/target/config/Config.in.elf2flt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-21 10:16:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-21 10:16:42 +0100
commit89a2f5c07a3c5ad6d6b4b602cfb0b32fe2f3e6e7 (patch)
tree79e1094738c48efb6dc4d744601ca3de0720c65c /target/config/Config.in.elf2flt
parent5ce984f6d78b42190baf4e0469749ea41f43bbcf (diff)
bfin needs older elf2flt to link busybox successfully
Diffstat (limited to 'target/config/Config.in.elf2flt')
-rw-r--r--target/config/Config.in.elf2flt16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/config/Config.in.elf2flt b/target/config/Config.in.elf2flt
new file mode 100644
index 000000000..59757237e
--- /dev/null
+++ b/target/config/Config.in.elf2flt
@@ -0,0 +1,16 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+choice
+prompt "elf2flt version"
+default ADK_TOOLCHAIN_ELF2FLT_2021_08
+
+config ADK_TOOLCHAIN_ELF2FLT_2021_08
+ bool "2021-08"
+ depends on !ADK_TARGET_ARCH_BFIN
+
+config ADK_TOOLCHAIN_ELF2FLT_OLD
+ bool "old version"
+ depends on ADK_TARGET_ARCH_BFIN
+
+endchoice