CC: toolchain: use latest glibc 2.21 revision
[openwrt/svn-archive/archive.git] / toolchain / glibc / Config.version
1 if USE_GLIBC
2
3 config GLIBC_VERSION
4 string
5 default "2.19" if EGLIBC_VERSION_2_19
6 default "2.21" if GLIBC_VERSION_2_21
7
8 config EGLIBC_VERSION_2_19
9 default y if !TOOLCHAINOPTS
10 bool
11
12 config GLIBC_VERSION_2_21
13 bool
14
15 endif
16
17 menu "eglibc configuration"
18 depends on !TOOLCHAINOPTS && USE_GLIBC
19 source toolchain/glibc/config/Config.in
20 endmenu