2 prompt "eglibc version"
3 depends on TOOLCHAINOPTS && USE_EGLIBC
4 default EGLIBC_VERSION_2_12
6 Select the version of eglibc you wish to use.
8 config EGLIBC_VERSION_2_6
11 config EGLIBC_VERSION_2_7
14 config EGLIBC_VERSION_2_8
17 config EGLIBC_VERSION_2_9
20 config EGLIBC_VERSION_2_10
23 config EGLIBC_VERSION_2_11
25 depends !GCC_VERSION_LLVM
27 config EGLIBC_VERSION_2_12
29 depends !GCC_VERSION_LLVM
31 config EGLIBC_VERSION_2_13
33 depends !GCC_VERSION_LLVM
35 config EGLIBC_VERSION_TRUNK
40 config EGLIBC_REVISION
42 prompt "eglibc revision"
43 depends on TOOLCHAINOPTS && USE_EGLIBC
44 default "5887" if EGLIBC_VERSION_2_6
45 default "8588" if EGLIBC_VERSION_2_7
46 default "8587" if EGLIBC_VERSION_2_8
47 default "10153" if EGLIBC_VERSION_2_9
48 default "10152" if EGLIBC_VERSION_2_10
49 default "10454" if EGLIBC_VERSION_2_11
50 default "10495" if EGLIBC_VERSION_2_12
51 default "13055" if EGLIBC_VERSION_2_13
52 default "HEAD" if EGLIBC_VERSION_TRUNK
55 menu "eglibc configuration"
56 depends on TOOLCHAINOPTS && USE_EGLIBC
57 source toolchain/eglibc/config/Config.in