diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-06 13:34:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-06 13:34:20 +0200 |
commit | eb6b5faf70771419c226f39f1844152d60a2fba0 (patch) | |
tree | 54d3ce8ed0fa217b59104e8d77e4f2de3ddfcae9 /target | |
parent | 3c30dd7706aad896f6b7bb9e197fc0a4edb2f56d (diff) |
uClibc-ng: update to 1.0.44
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 466d4a647..b94d780e0 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -148,8 +148,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_43 - bool "1.0.43" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_44 + bool "1.0.44" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -203,7 +203,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.43" if ADK_TARGET_LIB_UCLIBC_NG_1_0_43 + default "1.0.44" if ADK_TARGET_LIB_UCLIBC_NG_1_0_44 default "1.2.4" if ADK_TARGET_LIB_MUSL_1_2_4 default "2.38" if ADK_TARGET_LIB_GLIBC_2_38 default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0 |