diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-01 22:34:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-01 22:34:06 +0100 |
commit | cdfd1b383c563e835efc5a0aa356289b22db5b3a (patch) | |
tree | fa844a30d8757da11c785a67176a2b896cad11a6 /target | |
parent | 6140a1d632ac8ad592fb8a54fbcb0799a49fa9a3 (diff) |
uclibc-ng: update to 1.0.22
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 821968750..4ddcf1fa9 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -127,8 +127,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_21 - bool "1.0.21" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_22 + bool "1.0.22" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -196,7 +196,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.21" if ADK_TARGET_LIB_UCLIBC_NG_1_0_21 + 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.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 |