diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 09:50:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 09:50:35 +0100 |
commit | 03bf435dda9c263a4bb62b9aa3fdfcf0f0dc3e51 (patch) | |
tree | f896d2ad0929a45eb15753e9df073e6237202e92 /target | |
parent | 78c205589c45f0e4d2fcbd1acb8c32c0d7bc4222 (diff) |
uclibc-ng: update to 1.0.21
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 f47cd7b97..8039dd180 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_20 - bool "1.0.20" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_21 + bool "1.0.21" 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.20" if ADK_TARGET_LIB_UCLIBC_NG_1_0_20 + default "1.0.21" if ADK_TARGET_LIB_UCLIBC_NG_1_0_21 default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15 default "2.23" if ADK_TARGET_LIB_GLIBC_2_23 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 |