summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-09-16 14:23:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-09-16 18:49:32 +0200
commit1a0dfceff06cca6b223cbfeee5b1b4d2169f9d18 (patch)
tree0362909d6a6bb01816b070fe072d1c3efcb8ee2a /target
parent660dc5d6384ee0fec89919adebfc54bd9a798398 (diff)
glibc: update to 2.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 9a51faede..86497d2bd 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -154,8 +154,8 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_GLIBC_2_33
- bool "2.33"
+config ADK_TARGET_LIB_GLIBC_2_34
+ bool "2.34"
depends on ADK_TARGET_LIB_GLIBC
config ADK_TARGET_LIB_GLIBC_GIT
@@ -203,7 +203,7 @@ config ADK_LIBC_VERSION
string
default "1.0.38" if ADK_TARGET_LIB_UCLIBC_NG_1_0_38
default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_2
- default "2.33" if ADK_TARGET_LIB_GLIBC_2_33
+ default "2.34" if ADK_TARGET_LIB_GLIBC_2_34
default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \