From 1f5a76fffd40de14f2f737efb09dc0a1fc8da9b0 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 7 Feb 2010 15:01:08 +0100 Subject: Toolchain: eglibc: Add new option group OPTION_EGLIBC_RTLD_DEBUG for trunk Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/option-groups.def-trunk | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3