summaryrefslogtreecommitdiff
path: root/package/eglibc/Config.in.manual
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 15:06:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 15:06:45 +0100
commitc40e92f7cfbf6095abcb97fdfd6e7ce33579022c (patch)
treed35e611f43f8daac9d664140e3af13be716ace51 /package/eglibc/Config.in.manual
parentd93b039644847733687d1d30c09d6861fb57e8e4 (diff)
parent0317e391cbf248c3d6ee00ec6bf8a77870d76ffa (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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).