summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
blob: 1500cf680c14fa1baddf0b50f03b55c282b784e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# config for uclibc

menuconfig UCLIBC
	bool
	select CROSS_GCC_HEADERS
	select CROSS_GCC_SHARED
	select CROSS_GCC_THREADS_POSIX
	prompt "uclibc                      "

config UCLIBC_VERSION
	depends on UCLIBC
	string
	prompt "uclibc version"
	default "0.9.28"
	help
	  Specify the uclibc version here.

config UCLIBC_HEADERS
	bool
	select KERNEL_HEADERS