summaryrefslogtreecommitdiff
path: root/package/eglibc/Config.in.manual
diff options
context:
space:
mode:
Diffstat (limited to 'package/eglibc/Config.in.manual')
-rw-r--r--package/eglibc/Config.in.manual16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/eglibc/Config.in.manual b/package/eglibc/Config.in.manual
index fd6d6fbb8..9c45c4c66 100644
--- a/package/eglibc/Config.in.manual
+++ b/package/eglibc/Config.in.manual
@@ -8,19 +8,19 @@ config ADK_PACKAGE_EGLIBC
help
embedded GNU C library.
-config ADK_PACKAGE_EGLIBC_STATIC
- prompt "eglibc-static........ C library (static version)"
+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
- depends on ADK_TARGET_LIB_EGLIBC
help
- embedded GNU C library (static version).
-config ADK_PACKAGE_EGLIBC_DEV
- prompt "eglibc-dev........... C library development files"
+config ADK_PACKAGE_EGLIBC_STATIC
+ prompt "eglibc-static........ C library (static version)"
tristate
default n
depends on ADK_TARGET_LIB_EGLIBC
help
- embedded GNU C library header files.
-
+ embedded GNU C library (static version).