diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 18:32:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 18:32:09 +0200 |
commit | f8e4596e4570c4396ff9c858bac80a805bdb32d3 (patch) | |
tree | 352c515f8717e5078a180b0acb705603bc2d1134 /target | |
parent | 9ddfc548bcaa4e8751915902221cedfbc4813741 (diff) |
glibc: update to 2.28
Diffstat (limited to 'target')
-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 445d30c30..b417a8979 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -152,8 +152,8 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_GLIBC_2_27 - bool "2.27" +config ADK_TARGET_LIB_GLIBC_2_28 + bool "2.28" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY config ADK_TARGET_LIB_GLIBC_CSKY @@ -211,7 +211,7 @@ config ADK_LIBC_VERSION string default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30 default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19 - default "2.27" if ADK_TARGET_LIB_GLIBC_2_27 + default "2.28" if ADK_TARGET_LIB_GLIBC_2_28 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ |