From 89a2f5c07a3c5ad6d6b4b602cfb0b32fe2f3e6e7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 21 Jan 2023 10:16:32 +0100 Subject: bfin needs older elf2flt to link busybox successfully --- target/config/Config.in.binfmt | 2 ++ target/config/Config.in.elf2flt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 target/config/Config.in.elf2flt (limited to 'target') diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 7da792992..a9ba0a787 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -52,6 +52,8 @@ config ADK_TARGET_BINFMT_FLAT_SEP_DATA endchoice +source "target/config/Config.in.elf2flt" + config ADK_TARGET_BINFMT string depends on ADK_TARGET_ARCH_BFIN 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 -- cgit v1.2.3