2009-01-08 09:49:11 +08:00
|
|
|
choice
|
2012-04-18 09:10:37 +08:00
|
|
|
prompt "eglibc version"
|
2009-01-08 09:49:11 +08:00
|
|
|
depends on TOOLCHAINOPTS && USE_EGLIBC
|
2012-06-07 20:43:49 +08:00
|
|
|
default EGLIBC_VERSION_2_15
|
2009-01-08 09:49:11 +08:00
|
|
|
help
|
|
|
|
Select the version of eglibc you wish to use.
|
|
|
|
|
2012-06-07 20:24:25 +08:00
|
|
|
config EGLIBC_VERSION_2_15
|
|
|
|
bool "eglibc 2.15"
|
2013-04-17 23:36:41 +08:00
|
|
|
depends on !GCC_VERSION_LLVM
|
2012-06-07 20:24:25 +08:00
|
|
|
|
2012-10-12 22:42:38 +08:00
|
|
|
config EGLIBC_VERSION_2_16
|
|
|
|
bool "eglibc 2.16"
|
2013-04-17 23:36:41 +08:00
|
|
|
depends on !GCC_VERSION_LLVM
|
2012-10-12 22:42:38 +08:00
|
|
|
|
2013-02-08 01:34:53 +08:00
|
|
|
config EGLIBC_VERSION_2_17
|
|
|
|
bool "eglibc 2.17"
|
2013-04-17 23:36:41 +08:00
|
|
|
depends on !GCC_VERSION_LLVM
|
2013-02-08 01:34:53 +08:00
|
|
|
|
2009-01-08 09:49:11 +08:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config EGLIBC_REVISION
|
|
|
|
string
|
|
|
|
depends on TOOLCHAINOPTS && USE_EGLIBC
|
2012-06-07 20:24:25 +08:00
|
|
|
default "18909" if EGLIBC_VERSION_2_15
|
2012-11-01 01:32:43 +08:00
|
|
|
default "21110" if EGLIBC_VERSION_2_16
|
2013-02-08 01:34:53 +08:00
|
|
|
default "22243" if EGLIBC_VERSION_2_17
|
2009-01-08 09:49:11 +08:00
|
|
|
default ""
|
|
|
|
|
|
|
|
menu "eglibc configuration"
|
|
|
|
depends on TOOLCHAINOPTS && USE_EGLIBC
|
|
|
|
source toolchain/eglibc/config/Config.in
|
|
|
|
endmenu
|