diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-19 19:05:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-19 19:05:44 +0100 |
commit | effa18137204de15828c794b137d6c4c474e7680 (patch) | |
tree | 263a6af7ccf2f5908801682ac1a64c0d4089628d /target/config | |
parent | fdc95fb65694d3178a754ebd62f7a6644146e999 (diff) |
glibc: update to latest release, disable broken sparc
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index c86214324..9d63b957f 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -41,6 +41,7 @@ config ADK_TARGET_LIB_GLIBC depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_ARCH_SPARC depends on !ADK_TARGET_ARCH_XTENSA depends on !ADK_TARGET_UCLINUX depends on !ADK_TARGET_WITHOUT_MMU @@ -89,6 +90,10 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG +config ADK_TARGET_LIB_GLIBC_2_23 + bool "2.23" + depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_OR1K + config ADK_TARGET_LIB_GLIBC_2_22 bool "2.22" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA \ @@ -99,11 +104,6 @@ config ADK_TARGET_LIB_GLIBC_2_21 depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA \ && !ADK_TARGET_ARCH_OR1K -config ADK_TARGET_LIB_GLIBC_2_20 - bool "2.20" - depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA \ - && !ADK_TARGET_ARCH_OR1K - config ADK_TARGET_LIB_GLIBC_OR1K bool "2.20-or1k" depends on ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_OR1K @@ -177,9 +177,9 @@ config ADK_LIBC_VERSION default "1.1.13" if ADK_TARGET_LIB_MUSL_1_1_13 default "1.1.12" if ADK_TARGET_LIB_MUSL_1_1_12 default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11 + default "2.23" if ADK_TARGET_LIB_GLIBC_2_23 default "2.22" if ADK_TARGET_LIB_GLIBC_2_22 default "2.21" if ADK_TARGET_LIB_GLIBC_2_21 - default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "2.20-or1k" if ADK_TARGET_LIB_GLIBC_OR1K default "2.2.0" if ADK_TARGET_LIB_NEWLIB_2_2_0 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ |