diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-30 20:47:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-30 21:27:06 +0200 |
commit | 6a5f1dc38bce73b0f0e20c9cf5b1fcec0e43168b (patch) | |
tree | 393e8f9554fce3a796e7c8a42e6790c108b5779f /target/config/Config.in.libc.default | |
parent | 3f20c2f0f4d24a33f3ed7e5969401e68b8fb05ac (diff) |
update to latest stable version
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 569d1a076..c0a061d73 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -30,7 +30,7 @@ config ADK_LIBC_VERSION string 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.1.7" if ADK_TARGET_LIB_MUSL_1_1_7 + default "1.1.8" if ADK_TARGET_LIB_MUSL_1_1_8 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 |