aboutsummaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
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