From 0590563f79de34318d99fb85273b89a7ac805902 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 10 Jan 2016 12:25:01 +0100 Subject: update to uClibc-ng 1.0.11, enable argp option, refresh configs Signed-off-by: Waldemar Brodkorb --- target/config/Config.in.libc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/config/Config.in.libc') diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index b86841989..f81381d95 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -166,9 +166,9 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string + default "1.0.11" if ADK_TARGET_LIB_UCLIBC_NG_1_0_11 default "1.0.10" if ADK_TARGET_LIB_UCLIBC_NG_1_0_10 default "1.0.9" if ADK_TARGET_LIB_UCLIBC_NG_1_0_9 - default "1.0.8" if ADK_TARGET_LIB_UCLIBC_NG_1_0_8 default "1.1.12" if ADK_TARGET_LIB_MUSL_1_1_12 default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 @@ -183,9 +183,9 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_11 default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_10 default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_9 - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_8 config ADK_TARGET_SUFFIX string -- cgit v1.2.3