tn3399_openwrt/toolchain/eglibc/Config.version
Felix Fietkau f3087c7e4e eglibc: remove versions 2.16 and 2.17 - they are unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39743
2014-02-24 15:35:10 +00:00

16 lines
227 B
Plaintext

if USE_EGLIBC
config EGLIBC_VERSION
string
default "2.15" if EGLIBC_VERSION_2_15
default "2.19" if EGLIBC_VERSION_2_19
config EGLIBC_VERSION_2_15
default y if !TOOLCHAINOPTS
bool
config EGLIBC_VERSION_2_19
bool
endif