summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.version
blob: c01c5034091077e2fa5a5b007660033178832e19 (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
	default y if !TOOLCHAINOPTS
	bool

config EGLIBC_VERSION_2_19
	bool

endif