summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.version
blob: 45423231696e4bd07c72948d0bd966ae32229337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if USE_EGLIBC

config EGLIBC_VERSION
	string
	default "2.15" if EGLIBC_VERSION_2_15
	default "2.19" if EGLIBC_VERSION_2_19

config EGLIBC_VERSION_2_15
	bool

config EGLIBC_VERSION_2_19
	default y if !TOOLCHAINOPTS
	bool

endif