eglibc: use version 2.19 by default (lots of fixes, some security related)
[openwrt/svn-archive/archive.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 bool
10
11 config EGLIBC_VERSION_2_19
12 default y if !TOOLCHAINOPTS
13 bool
14
15 endif