summaryrefslogtreecommitdiff
path: root/package/eglibc/Config.in.manual
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 10:35:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 10:35:12 +0100
commitbc6ae3bd97162e25aff366acabbf80f096ccd8b7 (patch)
treed4c362e9c9aad370335a36414e1362e59052d6d1 /package/eglibc/Config.in.manual
parent4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (diff)
goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/
Diffstat (limited to 'package/eglibc/Config.in.manual')
-rw-r--r--package/eglibc/Config.in.manual26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/eglibc/Config.in.manual b/package/eglibc/Config.in.manual
deleted file mode 100644
index 9c45c4c66..000000000
--- a/package/eglibc/Config.in.manual
+++ /dev/null
@@ -1,26 +0,0 @@
-config ADK_PACKAGE_EGLIBC
- prompt "eglibc............... embedded GNU C library"
- bool
- default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY
- default n
- depends on ADK_TARGET_LIB_EGLIBC
- select ADK_PACKAGE_TZDATA
- 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
- default n
- depends on ADK_TARGET_LIB_EGLIBC
- help
- embedded GNU C library (static version).