From 43c7686b4d6afc56d2909c1630ea2eee626490bb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Dec 2017 19:16:10 +0100 Subject: allow to build static gdb/strace with static/shared mixed toolchain --- target/config/Config.in.toolchain | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 91aec0b8c..75e885f65 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -21,6 +21,10 @@ config ADK_TARGET_USE_SHARED_AND_STATIC_LIBS bool "Create shared and static libraries and link dynamically" depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT +config ADK_TARGET_USE_STATIC_AND_SHARED_LIBS + bool "Create static and shared libraries and link statically" + depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT + endchoice config ADK_TARGET_LIBC_WITH_LOCALE -- cgit v1.2.3