From 24fd06c17b533dce2fc1d2777a29a6578d715142 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 6 May 2020 11:23:52 +0200 Subject: uclibc-ng: update to 1.0.34 --- target/config/Config.in.libc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config/Config.in.libc') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 7e416c2c5..b35983bbd 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -144,8 +144,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_33 - bool "1.0.33" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_34 + bool "1.0.34" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -199,7 +199,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.33" if ADK_TARGET_LIB_UCLIBC_NG_1_0_33 + default "1.0.34" if ADK_TARGET_LIB_UCLIBC_NG_1_0_34 default "1.1.24" if ADK_TARGET_LIB_MUSL_1_1_24 default "2.31" if ADK_TARGET_LIB_GLIBC_2_31 default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0 -- cgit v1.2.3