From 6d5227b63b096b052dde8717822db259971db515 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 8 May 2022 14:06:21 +1200 Subject: Remove obsolete glibc 2.12.1 glibc 2.12.1 was marked as obsolete. Now that the 1.25.0 release is out this version can be removed completely. As glibc 2.12.1 was the last remaining version supported by glibc-ports support for glibc-ports is also removed. Signed-off-by: Chris Packham --- config/libc/glibc.in | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 08df3ea4..e7cfe0a2 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -17,10 +17,6 @@ # are still using quite ancient versions. Please do not retire versions # (including versions in between) until the EOL dates indicated in version.desc. -if GLIBC_USE_PORTS_EXTERNAL -source "config/versions/glibc-ports.in" -endif - # Glibc has some dependencies on the kernel headers: config GLIBC_DEP_KERNEL_HEADERS_VERSION def_bool y @@ -117,19 +113,6 @@ config GLIBC_HAS_PORTS_ADDON_EXTERNAL config GLIBC_HAS_LIBIDN_ADDON def_bool y -# Some architectures require the ports addon. List them one by one here: -# This list must be carefully in sync with the architectures names -# we can find in config/arch/* -config GLIBC_USE_PORTS_ADDON - def_bool y - depends on ARCH_ALPHA || ARCH_ARM || ARCH_M68K || ARCH_MIPS || ARCH_POWERPC - depends on GLIBC_HAS_PORTS_ADDON - depends on !GLIBC_USE_ORACLE - -config GLIBC_USE_PORTS_EXTERNAL - def_bool y - depends on GLIBC_USE_PORTS_ADDON && GLIBC_HAS_PORTS_ADDON_EXTERNAL - config GLIBC_USE_NPTL_ADDON def_bool y depends on THREADS_NATIVE && GLIBC_HAS_NPTL_ADDON -- cgit v1.2.3