diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 20:27:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 20:27:59 +0200 |
commit | e5cdbdacc1dd50032f6e0c4a74d5b201209bdd07 (patch) | |
tree | 8d6440cb89fb12fc75983a0b0c6473fe828e335f /target/config | |
parent | 47cf84f365c457edcb3c14a777e794ba629b5371 (diff) |
uClibc-ng: update to 1.0.55
Diffstat (limited to 'target/config')
-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 8b942b372..382c527a4 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_54 - bool "1.0.54" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_55 + bool "1.0.55" 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.54" if ADK_TARGET_LIB_UCLIBC_NG_1_0_54 + default "1.0.55" if ADK_TARGET_LIB_UCLIBC_NG_1_0_55 default "1.2.5" if ADK_TARGET_LIB_MUSL_1_2_5 default "2.42" if ADK_TARGET_LIB_GLIBC_2_42 default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0 |