From f94d87f1d3be34136b3ec6d95b89eacff8cea934 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Aug 2020 11:42:07 +0200 Subject: uClibc-ng: update to 1.0.35 --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 7b0b39860..39d4f30df 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_34 - bool "1.0.34" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_35 + bool "1.0.35" 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.34" if ADK_TARGET_LIB_UCLIBC_NG_1_0_34 + default "1.0.35" if ADK_TARGET_LIB_UCLIBC_NG_1_0_35 default "1.2.0" if ADK_TARGET_LIB_MUSL_1_2_0 default "2.32" if ADK_TARGET_LIB_GLIBC_2_32 default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0 -- cgit v1.2.3