summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-13 11:20:58 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-13 11:21:10 -0500
commit84d9fec3a768c20b8a1a5340c675d098bef30d56 (patch)
tree38553af48ad86821f1a1717fdb7f5b747c115650 /target
parentd97099dd1cce2dded2323806eb6d1fc1097c0b51 (diff)
update musl to 1.1.9
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc.choice4
-rw-r--r--target/config/Config.in.libc.default2
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 3b42ead5a..28675ccf2 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -101,8 +101,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_8
- bool "1.1.8"
+config ADK_TARGET_LIB_MUSL_1_1_9
+ bool "1.1.9"
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 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