summaryrefslogtreecommitdiff
path: root/package/eglibc/Config.in.manual
blob: 9c45c4c66c16fe0205b1f46e9759a3bec7d6cfa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
	select ADK_PACKAGE_TZDATA
	help
	  embedded GNU C library.

config ADK_PACKAGE_EGLIBC_DBG
	prompt "debug symbols package"
	tristate
	depends on ADK_PACKAGE_EGLIBC
	depends on ADK_PACKAGE_GDB
	depends on !ADK_DEBUG
	default n
	help

config ADK_PACKAGE_EGLIBC_STATIC
	prompt "eglibc-static........ C library (static version)"
	tristate
	default n
	depends on ADK_TARGET_LIB_EGLIBC
	help
	  embedded GNU C library (static version).