diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 18:30:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 18:31:47 +0100 |
commit | 898c0f1f3b784f488e9ce79694411999d3068829 (patch) | |
tree | 00764f888f7b02f83a707c2e5f06bc12078cba91 /target/config | |
parent | 741f4c710929e3cf866e64293449e07226cc234f (diff) |
linux: use 6.6.x for noMMU ELF targets
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 11cc1eee5..4106979fa 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -7,6 +7,7 @@ depends on ADK_TARGET_OS_LINUX && !ADK_TARGET_CHOOSE_ARCH config ADK_TARGET_BINFMT_ELF bool "ELF" + select ADK_TARGET_USE_STATIC_LIBS_ONLY if !ADK_TARGET_WITH_MMU depends on ADK_TARGET_WITH_MMU || ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_RISCV64 |