diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 11:20:58 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 11:21:10 -0500 |
commit | 84d9fec3a768c20b8a1a5340c675d098bef30d56 (patch) | |
tree | 38553af48ad86821f1a1717fdb7f5b747c115650 /target/config/Config.in.libc.default | |
parent | d97099dd1cce2dded2323806eb6d1fc1097c0b51 (diff) |
update musl to 1.1.9
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 b9b5b1c73..e689eed8a 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -19,7 +19,7 @@ config ADK_LIBC_VERSION default "1.0.2" if ADK_TARGET_LIB_UCLIBC_NG_1_0_2 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.8" if ADK_TARGET_LIB_MUSL_1_1_8 + default "1.1.9" if ADK_TARGET_LIB_MUSL_1_1_9 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 |