From b8b732722f8ee75ddb004f588af88bbe7e63c5c1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 7 Aug 2015 17:51:02 +0200 Subject: update glibc to 2.22 --- target/config/Config.in.libc.choice | 4 ++++ target/config/Config.in.libc.default | 1 + 2 files changed, 5 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 0973eb158..e9bc840fd 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -77,6 +77,10 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG +config ADK_TARGET_LIB_GLIBC_2_22 + bool "2.22" + depends on ADK_TARGET_LIB_GLIBC + config ADK_TARGET_LIB_GLIBC_2_21 bool "2.21" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_X86_64 diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 6e95f9c9d..a217d7bd9 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -28,6 +28,7 @@ config ADK_LIBC_VERSION default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 + default "2.22" if ADK_TARGET_LIB_GLIBC_2_22 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ ADK_TARGET_LIB_UCLIBC_GIT || \ ADK_TARGET_LIB_MUSL_GIT || \ -- cgit v1.2.3