diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-13 05:35:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-13 05:36:38 +0200 |
commit | 5d31e6a01fe03fdd533b534ac54b78b1d61446f3 (patch) | |
tree | adba036df18d09561fc8abb1143ab4b88e1a2f1f /target | |
parent | f7af6f09aaad17098fc1d683ae87e6efe4cd76c4 (diff) |
uclibc-ng: update to 1.0.50
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 1c352c608..aff202edf 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -150,8 +150,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_49 - bool "1.0.49" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_50 + bool "1.0.50" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -200,7 +200,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.49" if ADK_TARGET_LIB_UCLIBC_NG_1_0_49 + default "1.0.50" if ADK_TARGET_LIB_UCLIBC_NG_1_0_50 default "1.2.5" if ADK_TARGET_LIB_MUSL_1_2_5 default "2.40" if ADK_TARGET_LIB_GLIBC_2_40 default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0 |