diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-08 18:28:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-08 18:28:43 +0200 |
commit | d1d2e3ed15addbd68f4070bf04460438f3a5b6c4 (patch) | |
tree | c75ae00b222d393a789dc59d4b8bcdaa7d7ffdd7 /target | |
parent | 8b23c79cdbb0195042bc8dce0a3f293bade7edd3 (diff) |
update glibc to latest stable
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 5 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
2 files changed, 6 insertions, 1 deletions
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 || \ |