diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-07 09:29:06 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-07 09:29:06 -0700 |
commit | f083450f45f580bf33fa345ddadb897dc85d78e8 (patch) | |
tree | 097dde3e3e42b0921bf778be8b1f52d2376756ef /nptl/configure | |
parent | 08192659bbeae149e7cb1f4c43547257f7099bb0 (diff) | |
download | glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.tar.gz glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.tar.xz glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.zip |
NPTL is no longer an add-on!
Diffstat (limited to 'nptl/configure')
-rw-r--r-- | nptl/configure | 13 |
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 |