diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-11 02:31:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-11 02:31:44 +0200 |
commit | 415c9697fba9c481979b4905d36717856cfb5f14 (patch) | |
tree | 93df5126bb079bceb92943fa9eff6a8786b1359c /target/config | |
parent | 4a73c1699a8e1af437393f59954f4805ebf36727 (diff) |
uclibc-ng: update to 1.0.42
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 9d4702df4..b071ed5af 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -145,8 +145,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_41 - bool "1.0.41" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_42 + bool "1.0.42" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -200,8 +200,8 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.41" if ADK_TARGET_LIB_UCLIBC_NG_1_0_41 - default "1.2.3" if ADK_TARGET_LIB_MUSL_1_2_2 + default "1.0.42" if ADK_TARGET_LIB_UCLIBC_NG_1_0_42 + default "1.2.3" if ADK_TARGET_LIB_MUSL_1_2_3 default "2.36" if ADK_TARGET_LIB_GLIBC_2_36 default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |