Root/toolchain/eglibc/Config.in

1choice
2    prompt "eglibc version"
3    depends on TOOLCHAINOPTS && USE_EGLIBC
4    default EGLIBC_VERSION_2_12
5    help
6      Select the version of eglibc you wish to use.
7
8    config EGLIBC_VERSION_2_12
9        bool "eglibc 2.12"
10        depends !GCC_VERSION_LLVM
11
12    config EGLIBC_VERSION_2_13
13        bool "eglibc 2.13"
14        depends !GCC_VERSION_LLVM
15
16    config EGLIBC_VERSION_2_14
17        bool "eglibc 2.14"
18        depends !GCC_VERSION_LLVM
19
20    config EGLIBC_VERSION_TRUNK
21        bool "eglibc trunk"
22
23endchoice
24
25config EGLIBC_REVISION
26    string
27    prompt "eglibc revision"
28    depends on TOOLCHAINOPTS && USE_EGLIBC
29    default "10495" if EGLIBC_VERSION_2_12
30    default "13055" if EGLIBC_VERSION_2_13
31    default "14284" if EGLIBC_VERSION_2_14
32    default "HEAD" if EGLIBC_VERSION_TRUNK
33    default ""
34
35menu "eglibc configuration"
36    depends on TOOLCHAINOPTS && USE_EGLIBC
37    source toolchain/eglibc/config/Config.in
38endmenu
39

Archive Download this file



interactive