From d1d2e3ed15addbd68f4070bf04460438f3a5b6c4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 8 Sep 2014 18:28:23 +0200 Subject: update glibc to latest stable --- target/config/Config.in.libc.choice | 5 +++++ target/config/Config.in.libc.default | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 609ab5cdb..31a626664 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -72,6 +72,11 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT select ADK_DISABLE_CHECKSUM depends on ADK_TARGET_LIB_UCLIBC_NG +config ADK_TARGET_LIB_GLIBC_2_20 + prompt "2.20" + boolean + depends on ADK_TARGET_LIB_GLIBC + config ADK_TARGET_LIB_GLIBC_2_19 prompt "2.19" boolean diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index f0daedd2d..04c6b4204 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -24,7 +24,7 @@ config ADK_LIBC_VERSION string default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 - default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 + default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_UCLIBC_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ -- cgit v1.2.3