diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-01 19:34:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-01 19:34:17 +0200 |
commit | ea2ab24a8c430451b72f327fb615728541b689c1 (patch) | |
tree | 2e37eb28da3240575b38c658fb5034274e6c8a40 /target | |
parent | 03b14e3b31ccde2beae267def52db6c4f546b12d (diff) |
glibc: fix description
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 48b7d686b..f2e228580 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -200,7 +200,7 @@ config ADK_LIBC_VERSION string default "1.0.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31 default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23 - default "2.28" if ADK_TARGET_LIB_GLIBC_2_28 + default "2.30" if ADK_TARGET_LIB_GLIBC_2_30 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 || \ |