From fe4267fb7eb2ee65a4d63efbe08bc2da89f7fcbe Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 15 Oct 2019 21:59:53 +0200 Subject: uClibc-ng: update to 1.0.32 --- 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 04fd14692..a2d0516df 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -143,8 +143,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_31 - bool "1.0.31" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_32 + bool "1.0.32" 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.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31 + default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32 default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23 default "2.30" if ADK_TARGET_LIB_GLIBC_2_30 default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0 -- cgit v1.2.3