Skip to content

Commit 1bb0dd7

Browse files
committed
threadlib.m4: remove unneeded comment
1 parent 295330b commit 1bb0dd7

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

m4/threadlib.m4

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -292,56 +292,3 @@ AC_DEFUN([gl_DISABLE_THREADS], [
292292
m4_divert_text([INIT_PREPARE], [gl_use_threads_default=no])
293293
])
294294

295-
296-
dnl Survey of platforms:
297-
dnl
298-
dnl Platform Available Compiler Supports test-lock
299-
dnl flavours option weak result
300-
dnl --------------- --------- --------- -------- ---------
301-
dnl Linux 2.4/glibc posix -lpthread Y OK
302-
dnl
303-
dnl GNU Hurd/glibc posix
304-
dnl
305-
dnl FreeBSD 5.3 posix -lc_r Y
306-
dnl posix -lkse ? Y
307-
dnl posix -lpthread ? Y
308-
dnl posix -lthr Y
309-
dnl
310-
dnl FreeBSD 5.2 posix -lc_r Y
311-
dnl posix -lkse Y
312-
dnl posix -lthr Y
313-
dnl
314-
dnl FreeBSD 4.0,4.10 posix -lc_r Y OK
315-
dnl
316-
dnl NetBSD 1.6 --
317-
dnl
318-
dnl OpenBSD 3.4 posix -lpthread Y OK
319-
dnl
320-
dnl MacOS X 10.[123] posix -lpthread Y OK
321-
dnl
322-
dnl Solaris 7,8,9 posix -lpthread Y Sol 7,8: 0.0; Sol 9: OK
323-
dnl solaris -lthread Y Sol 7,8: 0.0; Sol 9: OK
324-
dnl
325-
dnl HP-UX 11 posix -lpthread N (cc) OK
326-
dnl Y (gcc)
327-
dnl
328-
dnl IRIX 6.5 posix -lpthread Y 0.5
329-
dnl
330-
dnl AIX 4.3,5.1 posix -lpthread N AIX 4: 0.5; AIX 5: OK
331-
dnl
332-
dnl OSF/1 4.0,5.1 posix -pthread (cc) N OK
333-
dnl -lpthread (gcc) Y
334-
dnl
335-
dnl Cygwin posix -lpthread Y OK
336-
dnl
337-
dnl Any of the above pth -lpth 0.0
338-
dnl
339-
dnl Mingw win32 N OK
340-
dnl
341-
dnl BeOS 5 --
342-
dnl
343-
dnl The test-lock result shows what happens if in test-lock.c EXPLICIT_YIELD is
344-
dnl turned off:
345-
dnl OK if all three tests terminate OK,
346-
dnl 0.5 if the first test terminates OK but the second one loops endlessly,
347-
dnl 0.0 if the first test already loops endlessly.

0 commit comments

Comments
 (0)