From 9ee158604938d9abdc9110c7c8c6864fd63b80da Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2015 14:23:27 -0500 Subject: update uClibc-ng to 1.0.3, remove older versions --- target/config/Config.in.libc.choice | 12 ++---------- target/config/Config.in.libc.default | 8 ++------ 2 files changed, 4 insertions(+), 16 deletions(-) (limited to 'target') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 6582fae4f..b8d674dd3 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -64,16 +64,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_2 - bool "1.0.2" - depends on ADK_TARGET_LIB_UCLIBC_NG - -config ADK_TARGET_LIB_UCLIBC_NG_1_0_1 - bool "1.0.1" - depends on ADK_TARGET_LIB_UCLIBC_NG - -config ADK_TARGET_LIB_UCLIBC_NG_1_0_0 - bool "1.0.0" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + bool "1.0.3" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 683a59f65..3f3794c9e 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,9 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.2" if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 - default "1.0.1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 - default "1.0.0" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 + default "1.0.3" if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 @@ -36,9 +34,7 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_1 - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 config ADK_TARGET_SUFFIX string -- cgit v1.2.3