summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.version
blob: 4085f89c5efca04eea0e938f57013437d154c08f (plain)
1
2
3
4
5
6
7
8
9
10
11
if USE_GLIBC

config GLIBC_VERSION
	string
	default "2.22" if GLIBC_VERSION_2_22

config GLIBC_VERSION_2_22
	default y if !TOOLCHAINOPTS
	bool

endif