From 6c1154d74e13058738b9977ed527eb7855553ec7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 2 Oct 2020 20:22:45 +0200 Subject: uclibc-ng: bump to 1.0.36 --- 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 fb950d9dc..7a1f2d752 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_35 - bool "1.0.35" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_36 + bool "1.0.36" 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.35" if ADK_TARGET_LIB_UCLIBC_NG_1_0_35 + default "1.0.36" if ADK_TARGET_LIB_UCLIBC_NG_1_0_36 default "1.2.1" if ADK_TARGET_LIB_MUSL_1_2_0 default "2.32" if ADK_TARGET_LIB_GLIBC_2_32 default "3.3.0" if ADK_TARGET_LIB_NEWLIB_3_1_0 -- cgit v1.2.3