diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 21:59:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 22:00:54 +0200 |
commit | fe4267fb7eb2ee65a4d63efbe08bc2da89f7fcbe (patch) | |
tree | f00a31ca97cbba2bf91eb3a8883c6029f7c14712 /target | |
parent | 31a19fcb47c89cf0e3af5650e9ef40637496f037 (diff) |
uClibc-ng: update to 1.0.32
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 04fd14692..a2d0516df 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -143,8 +143,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_31 - bool "1.0.31" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_32 + bool "1.0.32" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -198,7 +198,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31 + default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32 default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23 default "2.30" if ADK_TARGET_LIB_GLIBC_2_30 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 |