diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-07 04:10:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-07 04:10:51 +0100 |
commit | 5565eda44fc660ce92c85460ec55370921df5903 (patch) | |
tree | 2d8a141122728b8c46135e64caea99b58f154ecf /target/config | |
parent | e7de293195f22c3e630f4a731c9000375e998304 (diff) |
glibc: update to 2.25
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 4ddcf1fa9..8fe8e82e9 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -135,8 +135,8 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG -config ADK_TARGET_LIB_GLIBC_2_24 - bool "2.24" +config ADK_TARGET_LIB_GLIBC_2_25 + bool "2.25" depends on ADK_TARGET_LIB_GLIBC config ADK_TARGET_LIB_GLIBC_GIT @@ -198,7 +198,7 @@ config ADK_LIBC_VERSION string default "1.0.22" if ADK_TARGET_LIB_UCLIBC_NG_1_0_22 default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16 - default "2.23" if ADK_TARGET_LIB_GLIBC_2_23 + default "2.25" if ADK_TARGET_LIB_GLIBC_2_25 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ |