summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-21 12:02:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-21 22:13:45 +0100
commit884e9159ede4df184e17eb822940e8a9ddb0c2cd (patch)
tree743b398d597777183c04b4219ed135dcdd441461 /target
parentd842973a004be56dd2adfbbf5b2a09f41f3dcb40 (diff)
update musl to latest stable version
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 f47dcd2df..6049d46f8 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_6
- bool "1.1.6"
+config ADK_TARGET_LIB_MUSL_1_1_7
+ bool "1.1.7"
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 e67ea623b..569d1a076 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -30,7 +30,7 @@ config ADK_LIBC_VERSION
string
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.6" if ADK_TARGET_LIB_MUSL_1_1_6
+ default "1.1.7" if ADK_TARGET_LIB_MUSL_1_1_7
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