99ab7fd43180bdd8fee90b55354abe7b6014bdc5
[openwrt/openwrt.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 default "2.22" if GLIBC_VERSION_2_22
8
9 config EGLIBC_VERSION_2_19
10 bool
11
12 config GLIBC_VERSION_2_21
13 bool
14
15 config GLIBC_VERSION_2_22
16 default y if !TOOLCHAINOPTS
17 bool
18
19 config GLIBC_REVISION
20 string
21 default "25243" if EGLIBC_VERSION_2_19
22 default "4e42b5b8f8" if GLIBC_VERSION_2_21
23 default ""
24
25 endif
26
27 menu "eglibc configuration"
28 depends on !TOOLCHAINOPTS && USE_GLIBC
29 source toolchain/glibc/config/Config.in
30 endmenu