[Glibc-bsd-commits] r4555 - trunk/glibc-ports/kfreebsd

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:42:33 UTC 2013


Author: ps-guest
Date: 2013-06-21 15:14:29 +0000 (Fri, 21 Jun 2013)
New Revision: 4555

Modified:
   trunk/glibc-ports/kfreebsd/configure
   trunk/glibc-ports/kfreebsd/configure.in
Log:
some day we will support fbtl


Modified: trunk/glibc-ports/kfreebsd/configure
===================================================================
--- trunk/glibc-ports/kfreebsd/configure	2013-06-21 15:03:38 UTC (rev 4554)
+++ trunk/glibc-ports/kfreebsd/configure	2013-06-21 15:14:29 UTC (rev 4555)
@@ -328,19 +328,19 @@
 libc_cv_gcc_unwind_find_fde=no
 
 
-# Under kFreeBSD the LinuxThreads or (may be later) NPTL add-on should be available.
+# Under kFreeBSD the LinuxThreads or (may be later) FBTL add-on should be available.
 case $add_ons in
   # Only one of the add-ons should be available.
-  *linuxthreads*nptl*|*nptl*linuxthreads*)
+  *linuxthreads*fbtl*|*fbtl*linuxthreads*)
     echo "\
-*** LinuxThreads and NPTL add-ons are both available.  Only one must be used."
+*** LinuxThreads and FBTL add-ons are both available.  Only one must be used."
     exit 1
     ;;
   # It is available.  Good.
   *linuxthreads*)
     linuxthreads_missing=
     ;;
-  *nptl*)
+  *fbtl*)
     linuxthreads_missing=
     ;;
   *)

Modified: trunk/glibc-ports/kfreebsd/configure.in
===================================================================
--- trunk/glibc-ports/kfreebsd/configure.in	2013-06-21 15:03:38 UTC (rev 4554)
+++ trunk/glibc-ports/kfreebsd/configure.in	2013-06-21 15:14:29 UTC (rev 4555)
@@ -166,19 +166,19 @@
 libc_cv_gcc_unwind_find_fde=no
 
 
-# Under kFreeBSD the LinuxThreads or (may be later) NPTL add-on should be available.
+# Under kFreeBSD the LinuxThreads or (may be later) FBTL add-on should be available.
 case $add_ons in
   # Only one of the add-ons should be available.
-  *linuxthreads*nptl*|*nptl*linuxthreads*)
+  *linuxthreads*fbtl*|*fbtl*linuxthreads*)
     echo "\
-*** LinuxThreads and NPTL add-ons are both available.  Only one must be used."
+*** LinuxThreads and FBTL add-ons are both available.  Only one must be used."
     exit 1
     ;;
   # It is available.  Good.
   *linuxthreads*)
     linuxthreads_missing=
     ;;
-  *nptl*)
+  *fbtl*)
     linuxthreads_missing=
     ;;
   *)




More information about the Glibc-bsd-commits mailing list