summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-28 11:42:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-28 11:42:07 +0200
commitf94d87f1d3be34136b3ec6d95b89eacff8cea934 (patch)
tree34d096016f9aa2679c8254d98016ef3d55b082b1 /target
parent02c26398b1f9e6d29dea4a2452b7978a65b6200c (diff)
uClibc-ng: update to 1.0.35
Diffstat (limited to 'target')
-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 7b0b39860..39d4f30df 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -145,8 +145,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_34
- bool "1.0.34"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_35
+ bool "1.0.35"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -200,7 +200,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.34" if ADK_TARGET_LIB_UCLIBC_NG_1_0_34
+ default "1.0.35" if ADK_TARGET_LIB_UCLIBC_NG_1_0_35
default "1.2.0" if ADK_TARGET_LIB_MUSL_1_2_0
default "2.32" if ADK_TARGET_LIB_GLIBC_2_32
default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0