summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-07 15:01:08 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-07 15:01:08 +0100
commit1f5a76fffd40de14f2f737efb09dc0a1fc8da9b0 (patch)
tree7c20a6e0590bc931d06d05d21072a252557ba72d
parentd9b4ed08724c34295aa1c29c4675d3e04e19d86b (diff)
downloadembtoolkit-1f5a76fffd40de14f2f737efb09dc0a1fc8da9b0.tar.gz
embtoolkit-1f5a76fffd40de14f2f737efb09dc0a1fc8da9b0.tar.bz2
embtoolkit-1f5a76fffd40de14f2f737efb09dc0a1fc8da9b0.tar.xz
Toolchain: eglibc: Add new option group OPTION_EGLIBC_RTLD_DEBUG for trunk
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/option-groups.def-trunk15
1 files changed, 14 insertions, 1 deletions
diff --git a/kconfig/option-groups.def-trunk b/kconfig/option-groups.def-trunk
index 3b8b551..df386ce 100644
--- a/kconfig/option-groups.def-trunk
+++ b/kconfig/option-groups.def-trunk
@@ -584,7 +584,20 @@ config OPTION_EGLIBC_NSSWITCH
option group must be enabled to use the 'libnss_dns.so.2'
service library, which uses the Domain Name System network
protocol to answer queries.
-
+
+config OPTION_EGLIBC_RTLD_DEBUG
+ bool "Runtime linker debug print outs"
+ default y
+ help
+ This option group enables debug output of the runtime linker
+ which is activated via LD_DEBUG and LD_TRACE_PRELINKING
+ environment variables. Disabling this option group yields
+ a smaller runtime linker binary.
+ BEWARE: Disabling this option group is likely to break
+ the `ldd' utility which may also be used by the prelinker.
+ In particular, the `--unused' ldd option will not work
+ correctly.
+
config OPTION_EGLIBC_SPAWN
bool "Support for POSIX posix_spawn functions"
help