diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 02:58:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 03:49:43 +0200 |
commit | b6128523f12d17614dd7aebd0cd305f725133eec (patch) | |
tree | 254e12d00637e2bdc8e85198052b37fbe890dac6 /target | |
parent | 7ed4d2a409cb24e7beef850c6b90e47f0f6b71d2 (diff) |
glibc: remove 2.18 version
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index abeacb70f..04ed1eaf0 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -146,11 +146,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_18 - bool "2.18" - 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 @@ -232,7 +227,6 @@ config ADK_LIBC_VERSION 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.18" if ADK_TARGET_LIB_GLIBC_2_18 default "2.20-or1k" if ADK_TARGET_LIB_GLIBC_OR1K default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 default "2.3.0" if ADK_TARGET_LIB_NEWLIB_2_3_0 |