diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 16:38:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 16:39:02 +0200 |
commit | 798a9eca048b082add5bb18e6e0e3a3ab8475025 (patch) | |
tree | 51aa87eb6cbe0f462a925cfb62259a92ac5f1a5e /target/config/Config.in.toolchain | |
parent | 895feae36a17b7cc4775ab438a3e6efb57ff30cb (diff) |
clarify static toolchain options, one for host, one for target
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 03c51bc8c..efc22490d 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -132,7 +132,7 @@ config ADK_DEBUG_STRIP but stripped for the target. config ADK_TARGET_USE_STATIC_LIBS - bool "Link applications statically by default" + bool "Create static libraries and link applications statically for target" select BUSYBOX_STATIC depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT help @@ -141,7 +141,7 @@ config ADK_TARGET_USE_STATIC_LIBS at runtime. Full static builds are only supported for musl libc. config ADK_STATIC_TOOLCHAIN - bool "Build the toolchain components statically" + bool "Build the toolchain components statically (portable host binaries)" help If you want to create more portable toolchains, build them static. |