summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-03 16:10:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-03 16:10:17 +0100
commitc060d54d121039609d47266fe554115147c11256 (patch)
tree1a93ab64224228a5b03d833a9fe7b422bf55d838 /target
parent780d4efc34927009ce50e6b02c4a98b5922aa38e (diff)
glibc: update to 2.35
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 48004e0d8..c6b1ae569 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -83,6 +83,7 @@ config ADK_TARGET_LIB_GLIBC
ADK_TARGET_ARCH_MIPS || \
ADK_TARGET_ARCH_MIPS64 || \
ADK_TARGET_ARCH_NIOS2 || \
+ ADK_TARGET_ARCH_OR1K || \
ADK_TARGET_ARCH_PPC || \
ADK_TARGET_ARCH_PPC64 || \
ADK_TARGET_ARCH_S390 || \
@@ -154,8 +155,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_34
- bool "2.34"
+config ADK_TARGET_LIB_GLIBC_2_35
+ bool "2.35"
depends on ADK_TARGET_LIB_GLIBC
config ADK_TARGET_LIB_GLIBC_GIT
@@ -203,7 +204,7 @@ config ADK_LIBC_VERSION
string
default "1.0.40" if ADK_TARGET_LIB_UCLIBC_NG_1_0_40
default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_2
- default "2.34" if ADK_TARGET_LIB_GLIBC_2_34
+ default "2.35" if ADK_TARGET_LIB_GLIBC_2_35
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 || \