eglibc: fix build failure on newer make versions
[openwrt/openwrt.git] / toolchain / eglibc / Config.version
1 if USE_EGLIBC
2
3 config EGLIBC_VERSION
4 string
5 default "2.15" if EGLIBC_VERSION_2_15
6 default "2.16" if EGLIBC_VERSION_2_16
7 default "2.17" if EGLIBC_VERSION_2_17
8
9 config EGLIBC_VERSION_2_15
10 default y if !TOOLCHAINOPTS
11 bool
12
13 config EGLIBC_VERSION_2_16
14 bool
15
16 config EGLIBC_VERSION_2_17
17 bool
18
19 endif