summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.in
blob: 1b87976d32540eb4aaed71b7c7b80b9c4296f1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
choice
	prompt "glibc version" 
	depends on TOOLCHAINOPTS && USE_GLIBC
	default GLIBC_VERSION_2_14
	help
	  Select the version of glibc you wish to use.

	config GLIBC_VERSION_2_14
		bool "glibc 2.14"

endchoice