diff options
Diffstat (limited to 'package/eglibc/Config.in.manual')
-rw-r--r-- | package/eglibc/Config.in.manual | 26 |
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). |