2 prompt "eglibc version"
3 depends on TOOLCHAINOPTS && USE_EGLIBC
4 default EGLIBC_VERSION_2_8
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_4_3 || GCC_VERSION_4_4
27 config EGLIBC_VERSION_TRUNK
32 config EGLIBC_REVISION
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
45 menu "eglibc configuration"
46 depends on TOOLCHAINOPTS && USE_EGLIBC
47 source toolchain/eglibc/config/Config.in