eglibc: remove versions 2.16 and 2.17 - they are unmaintained
[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.19" if EGLIBC_VERSION_2_19
7
8 config EGLIBC_VERSION_2_15
9         default y if !TOOLCHAINOPTS
10         bool
11
12 config EGLIBC_VERSION_2_19
13         bool
14
15 endif