From 415c9697fba9c481979b4905d36717856cfb5f14 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 11 Aug 2022 02:31:44 +0200 Subject: uclibc-ng: update to 1.0.42 --- target/config/Config.in.libc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/config/Config.in.libc') 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 || \ -- cgit v1.2.3