diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-12 22:17:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-12 22:17:22 +0200 |
commit | d23e37c7c604ebd105bacc3f09afb5546952672b (patch) | |
tree | 324ad883ce2dbf3dc22fff42c572cb518e815629 /target/config/Config.in.libc.default | |
parent | 072a10e3207ea2cf4d95027f23730bae4370946a (diff) |
update uClibc-ng to 1.0.7
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 12c36451b..177b2d9e6 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -21,19 +21,24 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string + default "1.0.7" if ADK_TARGET_LIB_UCLIBC_NG_1_0_7 default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 + default "1.0.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 - default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 - default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 - default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 + default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 + default "1.1.9" if ADK_TARGET_LIB_MUSL_1_1_9 default "2.22" if ADK_TARGET_LIB_GLIBC_2_22 + default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 + default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ ADK_TARGET_LIB_GLIBC_GIT config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_7 default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5 config ADK_TARGET_SUFFIX string |