summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
blob: 85e038acd87548e8579633ffc3867a49c86316f3 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
menuconfig UCLIBC
	bool
	prompt "uClibc"

config UCLIBC_VERSION
	prompt "uClibc Version"
	string
	default "0.9.27"
	depends on UCLIBC

comment	"Install options"
	depends on UCLIBC

config UCLIBC_LIBC
	bool
	depends on UCLIBC
	prompt "Install uClibc on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_CRYPT
	bool
	depends on UCLIBC_LIBC
	prompt "Install libcrypt on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_DL
	bool
	depends on UCLIBC_LIBC
	prompt "Install libdl on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_M
	bool
	depends on UCLIBC_LIBC
	prompt "Install libm on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_NSL
	bool
	depends on UCLIBC_LIBC
	prompt "Install libnsl on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_PTHREAD
	bool
	depends on UCLIBC_LIBC
	prompt "Install libpthread on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_RESOLV
	bool
	depends on UCLIBC_LIBC
	prompt "Install libresolv on the target"
	help
	  FIXME: This item needs to be documented

config UCLIBC_UTIL
	bool
	depends on UCLIBC_LIBC
	prompt "Install libutil on the target"
	help
	  FIXME: This item needs to be documented