eglibc: update v2.10 to rev. 9289
[openwrt/staging/dedeckeh.git] / toolchain / eglibc / Config.in
1 choice
2 prompt "eglibc version"
3 depends on TOOLCHAINOPTS && USE_EGLIBC
4 default EGLIBC_VERSION_2_8
5 help
6 Select the version of eglibc you wish to use.
7
8 config EGLIBC_VERSION_2_6
9 bool "eglibc 2.6"
10
11 config EGLIBC_VERSION_2_7
12 bool "eglibc 2.7"
13
14 config EGLIBC_VERSION_2_8
15 bool "eglibc 2.8"
16
17 config EGLIBC_VERSION_2_9
18 bool "eglibc 2.9"
19
20 config EGLIBC_VERSION_2_10
21 bool "eglibc 2.10"
22
23 config EGLIBC_VERSION_TRUNK
24 bool "eglibc trunk"
25
26 endchoice
27
28 config EGLIBC_REVISION
29 string
30 prompt "eglibc revision"
31 depends on TOOLCHAINOPTS && USE_EGLIBC
32 default "5887" if EGLIBC_VERSION_2_6
33 default "8588" if EGLIBC_VERSION_2_7
34 default "8587" if EGLIBC_VERSION_2_8
35 default "8690" if EGLIBC_VERSION_2_9
36 default "9289" if EGLIBC_VERSION_2_10
37 default "HEAD" if EGLIBC_VERSION_TRUNK
38 default ""
39
40 menu "eglibc configuration"
41 depends on TOOLCHAINOPTS && USE_EGLIBC
42 source toolchain/eglibc/config/Config.in
43 endmenu
44