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_1
11 config EGLIBC_VERSION_2_7
14 config EGLIBC_VERSION_2_8
17 config EGLIBC_VERSION_2_9
20 config EGLIBC_VERSION_2_10_1
23 config EGLIBC_VERSION_TRUNK
28 config EGLIBC_REVISION
30 prompt "eglibc revision"
31 depends on TOOLCHAINOPTS && USE_EGLIBC
32 default "5887" if EGLIBC_VERSION_2_6_1
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 "8873" if EGLIBC_VERSION_2_10_1
37 default "HEAD" if EGLIBC_VERSION_TRUNK
40 menu "eglibc configuration"
41 depends on TOOLCHAINOPTS && USE_EGLIBC
42 source toolchain/eglibc/config/Config.in