summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-05-06 11:23:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-05-06 11:23:52 +0200
commit24fd06c17b533dce2fc1d2777a29a6578d715142 (patch)
tree4cf678c7bc849e0a902c5bc934f4a14dcb62f320 /target
parent7dc649ed6dfb737d3af603ad8b41e2162b9abec9 (diff)
uclibc-ng: update to 1.0.34
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 7e416c2c5..b35983bbd 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -144,8 +144,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_33
- bool "1.0.33"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_34
+ bool "1.0.34"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -199,7 +199,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.33" if ADK_TARGET_LIB_UCLIBC_NG_1_0_33
+ default "1.0.34" if ADK_TARGET_LIB_UCLIBC_NG_1_0_34
default "1.1.24" if ADK_TARGET_LIB_MUSL_1_1_24
default "2.31" if ADK_TARGET_LIB_GLIBC_2_31
default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0