blob: b6879a384b617b3325c1cebd696f3882a11b6d8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
config ADK_PACKAGE_GLIBC
prompt "glibc............................... GNU C library"
bool
default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY
default n
depends on ADK_TARGET_LIB_GLIBC
help
GNU C library.
config ADK_PACKAGE_GLIBC_DEV
prompt "glibc-dev........................... development files"
bool
default n
depends on ADK_TARGET_LIB_GLIBC
help
GNU C library header files.
|