summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-27 22:11:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-27 22:11:05 +0100
commitdf686b6aef6a75ca1b4a41dbcc8325b543a8724d (patch)
tree034b1cdfa45099c78ef3ff22022adf2313f1f346 /target/config/Config.in.libc
parent7cee0f1a0cc7a1a0707e313d6afa6047bdc39f59 (diff)
uclibc-ng: update to 1.0.27
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r--target/config/Config.in.libc6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 3a8099b4a..8161226c2 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -136,8 +136,8 @@ endchoice
choice
prompt "C library version"
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_26
- bool "1.0.26"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_27
+ bool "1.0.27"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -224,7 +224,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26
+ default "1.0.27" if ADK_TARGET_LIB_UCLIBC_NG_1_0_27
default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18
default "2.26" if ADK_TARGET_LIB_GLIBC_2_26
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0