diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-17 10:17:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-17 10:17:49 +0100 |
commit | ecb14ecd9a770e0b1b69aca1847bebb08b0fe973 (patch) | |
tree | 53541786238d824c49d73ced025389c55ee717f5 /target/config | |
parent | 95fdd14346ad6849a5fe0a4d5c6d02cfb212c82c (diff) |
update to musl 1.1.6
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 969bd9ac0..27bb037f0 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -88,8 +88,8 @@ config ADK_TARGET_LIB_UCLIBC_0_9_33_2 bool "0.9.33.2" depends on ADK_TARGET_LIB_UCLIBC -config ADK_TARGET_LIB_MUSL_1_1_5 - bool "1.1.5" +config ADK_TARGET_LIB_MUSL_1_1_6 + bool "1.1.6" depends on ADK_TARGET_LIB_MUSL config ADK_TARGET_LIB_MUSL_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 66c959571..3f2f6e7da 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5 + default "1.1.6" if ADK_TARGET_LIB_MUSL_1_1_6 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 "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |