update to latest available upstream version
[openadk.git] / package / glibc / Config.in
blobb6879a384b617b3325c1cebd696f3882a11b6d8d
1 config ADK_PACKAGE_GLIBC
2         prompt "glibc............................... GNU C library"
3         bool
4         default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY
5         default n
6         depends on ADK_TARGET_LIB_GLIBC
7         help
8           GNU C library.
10 config ADK_PACKAGE_GLIBC_DEV
11         prompt "glibc-dev........................... development files"
12         bool
13         default n
14         depends on ADK_TARGET_LIB_GLIBC
15         help
16           GNU C library header files.