summaryrefslogtreecommitdiff
path: root/package/eglibc/Config.in
blob: 6265c5b589a8894120704152a3e218fd0457ed09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
	help
	  embedded GNU C library.

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