summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-03 07:09:57 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-03 07:09:57 +0000
commit50eb73f072cdd4669162f43988ac172b712e1977 (patch)
tree0690bada6553e928aa8ead213f7cbdc3345ab718 /target/config/Config.in.libc
parent779e259868d6e664235b6835ffd5e795776b4fa4 (diff)
glibc: update to 2.27
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r--target/config/Config.in.libc8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index c545a6b1c..2463d6bd9 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -148,9 +148,9 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_GLIBC_2_26
- bool "2.26"
- depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_RISCV32 && !ADK_TARGET_ARCH_RISCV64 && !ADK_TARGET_ARCH_CSKY
+config ADK_TARGET_LIB_GLIBC_2_27
+ bool "2.27"
+ depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY
config ADK_TARGET_LIB_GLIBC_CSKY
bool "csky"
@@ -238,7 +238,7 @@ config ADK_LIBC_VERSION
string
default "1.0.28" if ADK_TARGET_LIB_UCLIBC_NG_1_0_28
default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18
- default "2.26" if ADK_TARGET_LIB_GLIBC_2_26
+ default "2.27" if ADK_TARGET_LIB_GLIBC_2_27
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
default "2.4.0-riscv" if ADK_TARGET_LIB_NEWLIB_RISCV
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \