diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-20 08:47:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-20 08:47:38 +0200 |
commit | 0fc812292d1c91611e49b4dbcc6a27c1165b0c4c (patch) | |
tree | fe3a88329110801c0eb098f482c12d702471e2b7 /target/config/Config.in.libc.default | |
parent | 049288d8408b3455270849dcad98e5f9b991206c (diff) |
update musl to 1.1.12
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 177b2d9e6..0036a0d67 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -24,9 +24,9 @@ config ADK_LIBC_VERSION 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.12" if ADK_TARGET_LIB_MUSL_1_1_12 default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 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 |