summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-13 14:23:27 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 14:23:27 -0500
commit9ee158604938d9abdc9110c7c8c6864fd63b80da (patch)
tree17b72bd73c3d3d0afbbd44f8e46f5080a068bc19 /target
parentce4449ec4781c82ffed25e09374887349ead6115 (diff)
update uClibc-ng to 1.0.3, remove older versions
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc.choice12
-rw-r--r--target/config/Config.in.libc.default8
2 files changed, 4 insertions, 16 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 6582fae4f..b8d674dd3 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -64,16 +64,8 @@ endchoice
choice
prompt "C library version"
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_2
- bool "1.0.2"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_1
- bool "1.0.1"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_0
- bool "1.0.0"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_3
+ bool "1.0.3"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index 683a59f65..3f3794c9e 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -22,9 +22,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- 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.0.3" if ADK_TARGET_LIB_UCLIBC_NG_1_0_3
default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10
default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2
default "2.20" if ADK_TARGET_LIB_GLIBC_2_20
@@ -36,9 +34,7 @@ config ADK_LIBC_VERSION
config ADK_TARGET_LIB_UCLIBC_NG_1_0
bool
- default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_0
- default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_1
- default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_2
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_3
config ADK_TARGET_SUFFIX
string