Files
Felix Fietkau 2911932fe5 AA: eglibc: sync with trunk, delete old versions
Fixes build errors in the RPC code and adds parallel build support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37596
2013-07-29 07:22:31 +00:00

24 lines
497 B
Plaintext

choice
prompt "eglibc version"
depends on TOOLCHAINOPTS && USE_EGLIBC
default EGLIBC_USE_VERSION_2_15
help
Select the version of eglibc you wish to use.
config EGLIBC_USE_VERSION_2_15
bool "eglibc 2.15"
select EGLIBC_VERSION_2_15
endchoice
config EGLIBC_REVISION
string
depends on TOOLCHAINOPTS && USE_EGLIBC
default "18909" if EGLIBC_VERSION_2_15
default ""
menu "eglibc configuration"
depends on TOOLCHAINOPTS && USE_EGLIBC
source toolchain/eglibc/config/Config.in
endmenu