summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
blob: ec155ae34ca953a396bdce4ac7be7ce2f8708f82 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
source "config/uClibc-0.9.27/extra/Configs/Config.in"

comment "Install options"

config UCLIBC_INSTALL
	bool
	default y if !CROSSTOOL
	default n if CROSSTOOL
	prompt "Install uClibc libraries on the target"

config UCLIBC_CRYPT
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libcrypt on the target"

config UCLIBC_DL
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libdl on the target"

config UCLIBC_M
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libm on the target"

config UCLIBC_NSL
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libnsl on the target"

config UCLIBC_PTHREAD
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libpthread on the target"

config UCLIBC_RESOLV
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libresolv on the target"

config UCLIBC_UTIL
	bool
	depends on UCLIBC_INSTALL
	prompt "Install libutil on the target"