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

	config GLIBC_USE_VERSION_2_22
		bool "glibc 2.22"
		select GLIBC_VERSION_2_22

	config GLIBC_USE_VERSION_2_24
		bool "glibc 2.24"
		select GLIBC_VERSION_2_24

endchoice