summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-10-02 20:22:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-10-02 20:22:45 +0200
commit6c1154d74e13058738b9977ed527eb7855553ec7 (patch)
treeefe6ef0cbb29e0f91f68cf71c2b278199c5019d3 /target
parent3d3f4416fc05c413a79a8fdd3abf872c215a4668 (diff)
uclibc-ng: bump to 1.0.36
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 fb950d9dc..7a1f2d752 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_35
- bool "1.0.35"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_36
+ bool "1.0.36"
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.35" if ADK_TARGET_LIB_UCLIBC_NG_1_0_35
+ default "1.0.36" if ADK_TARGET_LIB_UCLIBC_NG_1_0_36
default "1.2.1" if ADK_TARGET_LIB_MUSL_1_2_0
default "2.32" if ADK_TARGET_LIB_GLIBC_2_32
default "3.3.0" if ADK_TARGET_LIB_NEWLIB_3_1_0