diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-17 19:16:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-17 19:16:10 +0100 |
commit | 43c7686b4d6afc56d2909c1630ea2eee626490bb (patch) | |
tree | 8f7878c63c45c757cf8b6f7ac7fac0783da6bf31 /target | |
parent | 41f5fc3d3eb0b17faeed0de4ddc736c94054db80 (diff) |
allow to build static gdb/strace with static/shared mixed toolchain
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 4 |
1 files changed, 4 insertions, 0 deletions
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 |