summaryrefslogtreecommitdiff
path: root/package/glibc/Config.in.manual
blob: 6e01cfb02b161c0328358012b1a1f759c9ea9daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config ADK_COMPILE_GLIBC
	tristate
	depends on ADK_PACKAGE_GLIBC
	default n

config ADK_PACKAGE_GLIBC
	prompt "glibc............................. GNU C library"
	boolean
	select ADK_COMPILE_GLIBC
	depends on ADK_TARGET_LIB_GLIBC
	default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY
	help
	  GNU C library

config ADK_PACKAGE_GLIBC_DEV
	prompt "glibc-dev.......................... GNU C library header files"
	tristate
	default n
	depends on ADK_TARGET_LIB_GLIBC
	help
	  GNU C library header files