summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.version
blob: 6b67cdda378a19631501b6dc925f556fc06f63c6 (plain)
1
2
3
4
5
6
7
config EGLIBC_VERSION
	string
	depends on USE_EGLIBC
	default "2.12"   if EGLIBC_VERSION_2_12
	default "2.13"   if EGLIBC_VERSION_2_13
	default "2.14"   if EGLIBC_VERSION_2_14
	default "trunk"