summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-12 22:17:06 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-12 22:17:22 +0200
commitd23e37c7c604ebd105bacc3f09afb5546952672b (patch)
tree324ad883ce2dbf3dc22fff42c572cb518e815629 /target
parent072a10e3207ea2cf4d95027f23730bae4370946a (diff)
update uClibc-ng to 1.0.7
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc.choice8
-rw-r--r--target/config/Config.in.libc.default11
2 files changed, 12 insertions, 7 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 6a4f82494..076974384 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -52,6 +52,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_7
+ bool "1.0.7"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_6
bool "1.0.6"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -60,10 +64,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_5
bool "1.0.5"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_4
- bool "1.0.4"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index 12c36451b..177b2d9e6 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -21,19 +21,24 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ 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.11" if ADK_TARGET_LIB_MUSL_1_1_11
- default "2.19" if ADK_TARGET_LIB_GLIBC_2_19
- default "2.20" if ADK_TARGET_LIB_GLIBC_2_20
- default "2.21" if ADK_TARGET_LIB_GLIBC_2_21
+ 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
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \
ADK_TARGET_LIB_GLIBC_GIT
config ADK_TARGET_LIB_UCLIBC_NG_1_0
bool
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_7
default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5
config ADK_TARGET_SUFFIX
string