summaryrefslogtreecommitdiff
path: root/package/glibc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/glibc/Config.in')
-rw-r--r--package/glibc/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
new file mode 100644
index 000000000..d16cd8637
--- /dev/null
+++ b/package/glibc/Config.in
@@ -0,0 +1,9 @@
+config ADK_PACKAGE_GLIBC
+ prompt "glibc............................... GNU C library"
+ tristate
+ default y if ADK_TARGET_LIB_GLIBC
+ default n
+ depends on ADK_TARGET_LIB_GLIBC
+ help
+ GNU C library.
+