about summary refs log tree commit diff
path: root/nptl/configure
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/configure')
-rw-r--r--nptl/configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/nptl/configure b/nptl/configure
deleted file mode 100644
index dd246c755a..0000000000
--- a/nptl/configure
+++ /dev/null
@@ -1,13 +0,0 @@
-# This is a shell script fragment sourced by the main configure script.
-# We're obliged to give here the canonical name that will be used to
-# as a subdirectory to search for in other add-ons' sysdeps trees.
-
-libc_add_on_canonical=nptl
-
-# Only linux configurations support NPTL.
-if test $add_ons_automatic = yes; then
-  case "$config_os" in
-  *linux*) ;;
-  *) libc_add_on= ;;
-  esac
-fi