busybox: Minor fix for glibc 2.21 compatibility
[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 config EGLIBC_REVISION
16 string
17 default "18909" if EGLIBC_VERSION_2_15
18 default "25243" if EGLIBC_VERSION_2_19
19 default ""
20
21 endif
22
23 menu "eglibc configuration"
24 depends on !TOOLCHAINOPTS && USE_EGLIBC
25 source toolchain/eglibc/config/Config.in
26 endmenu