aboutsummaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-08 14:06:21 +1200
committerChris Packham <judge.packham@gmail.com>2022-05-10 19:46:53 +1200
commit6d5227b63b096b052dde8717822db259971db515 (patch)
tree367194d0497ac11587d4740d8c180009605a9e27 /config/libc
parent53bbdc74252f68a3800d222dddee69e63b617bf9 (diff)
downloadcrosstool-ng-6d5227b63b096b052dde8717822db259971db515.tar.gz
crosstool-ng-6d5227b63b096b052dde8717822db259971db515.tar.bz2
crosstool-ng-6d5227b63b096b052dde8717822db259971db515.zip
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 <judge.packham@gmail.com>
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc.in17
1 files changed, 0 insertions, 17 deletions
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