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_12
10 depends !GCC_VERSION_LLVM
12 config EGLIBC_VERSION_2_13
14 depends !GCC_VERSION_LLVM
16 config EGLIBC_VERSION_TRUNK
21 config EGLIBC_REVISION
23 prompt "eglibc revision"
24 depends on TOOLCHAINOPTS && USE_EGLIBC
25 default "10495" if EGLIBC_VERSION_2_12
26 default "13055" if EGLIBC_VERSION_2_13
27 default "HEAD" if EGLIBC_VERSION_TRUNK
30 menu "eglibc configuration"
31 depends on TOOLCHAINOPTS && USE_EGLIBC
32 source toolchain/eglibc/config/Config.in