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_TRUNK
25 config EGLIBC_REVISION
27 prompt "eglibc revision"
28 depends on TOOLCHAINOPTS && USE_EGLIBC
29 default "5887" if EGLIBC_VERSION_2_6_1
30 default "5886" if EGLIBC_VERSION_2_7
31 default "6913" if EGLIBC_VERSION_2_8
32 default "7430" if EGLIBC_VERSION_2_9
33 default "HEAD" if EGLIBC_VERSION_TRUNK
36 menu "eglibc configuration"
37 depends on TOOLCHAINOPTS && USE_EGLIBC
38 source toolchain/eglibc/config/Config.in