summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-07 16:55:09 +0100
commitb59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (patch)
tree693c02553b84749c1eef6323ff528850c46687f4 /package/eglibc
parent08f64b87c0b6e9a6de7250c616a91830ef447713 (diff)
update valgrind to latest upstream version, strlen is not a function in ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/Config.in.manual9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/eglibc/Config.in.manual b/package/eglibc/Config.in.manual
index da237f79e..9c45c4c66 100644
--- a/package/eglibc/Config.in.manual
+++ b/package/eglibc/Config.in.manual
@@ -8,6 +8,15 @@ config ADK_PACKAGE_EGLIBC
help
embedded GNU C library.
+config ADK_PACKAGE_EGLIBC_DBG
+ prompt "debug symbols package"
+ tristate
+ depends on ADK_PACKAGE_EGLIBC
+ depends on ADK_PACKAGE_GDB
+ depends on !ADK_DEBUG
+ default n
+ help
+
config ADK_PACKAGE_EGLIBC_STATIC
prompt "eglibc-static........ C library (static version)"
tristate