diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-30 08:53:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-30 08:53:22 +0200 |
commit | 86b804d0cdd0f6a78089479270e740cd81195e4e (patch) | |
tree | 85395625b14166a71284cc6412fa3c6685a47ec1 /target/config/Config.in.libc.default | |
parent | 7375933dff337bf1f31dfc40c28771ad80bcec07 (diff) |
update to latest musl release
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 5987496ed..3c07fa6a9 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -23,7 +23,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6 - default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 + default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 |