summaryrefslogtreecommitdiff
path: root/package/eglibc/Config.in.manual
blob: 437bef949203049ca83960d97ce659458471ec26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config ADK_COMPILE_EGLIBC
	tristate
	depends on ADK_PACKAGE_EGLIBC || ADK_PACKAGE_EGLIBC_DEV
	default n

config ADK_PACKAGE_EGLIBC
	prompt "eglibc............................ embedded GNU C library"
	boolean
	select ADK_COMPILE_EGLIBC
	depends on ADK_TARGET_LIB_EGLIBC
	default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY
	help
	  embedded GNU C library

config ADK_PACKAGE_EGLIBC_DEV
	prompt "eglibc-dev........................ embedded GNU C library header files"
	tristate
	default n
	select ADK_COMPILE_EGLIBC
	depends on ADK_TARGET_LIB_EGLIBC
	help
	  embedded GNU C library header files