diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 08:49:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 08:49:57 +0200 |
commit | c7fef6dc4a2fb5a490678c8ef908c0b546cec9fd (patch) | |
tree | 5c8cd69e247f14d0b16bcd88f280213994200219 /target/config/Config.in.libc.default | |
parent | ccb0b79b6f0210dc550dfbf7dadad38d1388501c (diff) |
musl is 1.1.4
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 a7d07b937..294d90638 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.0beta5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 - default "1.0.3" if ADK_TARGET_LIB_MUSL_1_0_3 + default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 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 "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |