diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:23:27 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:23:27 -0500 |
commit | 9ee158604938d9abdc9110c7c8c6864fd63b80da (patch) | |
tree | 17b72bd73c3d3d0afbbd44f8e46f5080a068bc19 /target/config/Config.in.libc.default | |
parent | ce4449ec4781c82ffed25e09374887349ead6115 (diff) |
update uClibc-ng to 1.0.3, remove older versions
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 8 |
1 files changed, 2 insertions, 6 deletions
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 |