Root/toolchain/eglibc/Config.in

1choice
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_2_11
24        bool "eglibc 2.11"
25        depends GCC_VERSION_4_3 || GCC_VERSION_4_4
26
27    config EGLIBC_VERSION_TRUNK
28        bool "eglibc trunk"
29
30endchoice
31
32config EGLIBC_REVISION
33    string
34    prompt "eglibc revision"
35    depends on TOOLCHAINOPTS && USE_EGLIBC
36    default "5887" if EGLIBC_VERSION_2_6
37    default "8588" if EGLIBC_VERSION_2_7
38    default "8587" if EGLIBC_VERSION_2_8
39    default "8690" if EGLIBC_VERSION_2_9
40    default "9289" if EGLIBC_VERSION_2_10
41    default "9306" if EGLIBC_VERSION_2_11
42    default "HEAD" if EGLIBC_VERSION_TRUNK
43    default ""
44
45menu "eglibc configuration"
46    depends on TOOLCHAINOPTS && USE_EGLIBC
47    source toolchain/eglibc/config/Config.in
48endmenu
49
50

Archive Download this file



interactive