Files
John Crispin 1b6bf08676 CC: toolchain: use latest glibc 2.21 revision
Fixes "CVE-2015-7547 --- glibc getaddrinfo() stack-based buffer
overflow"

Signed-off-by: Michael Marley <michael@michaelmarley.com>

SVN-Revision: 48864
2016-03-01 08:53:27 +00:00

21 lines
341 B
Plaintext

if USE_GLIBC
config GLIBC_VERSION
string
default "2.19" if EGLIBC_VERSION_2_19
default "2.21" if GLIBC_VERSION_2_21
config EGLIBC_VERSION_2_19
default y if !TOOLCHAINOPTS
bool
config GLIBC_VERSION_2_21
bool
endif
menu "eglibc configuration"
depends on !TOOLCHAINOPTS && USE_GLIBC
source toolchain/glibc/config/Config.in
endmenu