summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-20 08:47:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-20 08:47:38 +0200
commit0fc812292d1c91611e49b4dbcc6a27c1165b0c4c (patch)
treefe3a88329110801c0eb098f482c12d702471e2b7 /target
parent049288d8408b3455270849dcad98e5f9b991206c (diff)
update musl to 1.1.12
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc.choice9
-rw-r--r--target/config/Config.in.libc.default2
2 files changed, 5 insertions, 6 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 41730f808..3e4b20f68 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -83,6 +83,10 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC
+config ADK_TARGET_LIB_MUSL_1_1_12
+ bool "1.1.12"
+ depends on ADK_TARGET_LIB_MUSL
+
config ADK_TARGET_LIB_MUSL_1_1_11
bool "1.1.11"
depends on ADK_TARGET_LIB_MUSL
@@ -91,11 +95,6 @@ config ADK_TARGET_LIB_MUSL_1_1_10
bool "1.1.10"
depends on ADK_TARGET_LIB_MUSL
-config ADK_TARGET_LIB_MUSL_1_1_9
- bool "1.1.9"
- depends on ADK_TARGET_LIB_MUSL
-
-
config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL
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