Advertisement
Guest User

Untitled

a guest
Mar 4th, 2010
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. ./ChangeLog: * configure.in: use -lthr instead of -pthread on FreeBSD 6.x
  2. ./ChangeLog: * configure: use -pthread also for FreeBSD 6.x
  3. ./ChangeLog: a dependency problem when compiling with --disable-pthreads
  4. ./ChangeLog: * libtool fix - now it allows old style -pthread BSD flag (you can find
  5. ./ChangeLog: threads code may be disabled with --disable-pthreads
  6. ./config/ltmain.sh: # Do not include libc_r directly, use -pthread flag.
  7. ./config/ltmain.sh: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  8. ./config/ltmain.sh: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  9. ./configure: --disable-pthreads disable POSIX threads support
  10. ./configure:# Check whether --enable-pthreads was given.
  11. ./configure: THREAD_LIBS="-pthread -lc_r"
  12. ./configure: THREAD_LIBS="-pthread"
  13. ./configure: THREAD_LIBS="-pthread"
  14. ./configure: CLAMD_LIBS="$CLAMD_LIBS -pthread"
  15. ./configure: CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread"
  16. ./configure: THREAD_LIBS="-pthread"
  17. ./configure: THREAD_LIBS="-pthread"
  18. ./configure.in:[ --disable-pthreads disable POSIX threads support],
  19. ./configure.in: THREAD_LIBS="-pthread -lc_r"
  20. ./configure.in: THREAD_LIBS="-pthread"
  21. ./configure.in: THREAD_LIBS="-pthread"
  22. ./configure.in: CLAMD_LIBS="$CLAMD_LIBS -pthread"
  23. ./configure.in: CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread"
  24. ./configure.in: THREAD_LIBS="-pthread"
  25. ./configure.in: THREAD_LIBS="-pthread"
  26. ./contrib/checking/build.sh: CFLAGS="$CFLAGS -fmudflapth -pthread"
  27. ./contrib/old-clamav-milter/INSTALL: cc -O3 -pedantic -Wuninitialized -Wall -pipe -mcpu=pentium -march=pentium -fomit-frame-pointer -ffast-math -finline-functions -funroll-loops clamav-milter.c -pthread -lmilter ../libclamav/.libs/libclamav.a ../clamd/cfgfile.o ../clamd/others.o
  28. ./contrib/old-clamav-milter/INSTALL: cc -O3 -pedantic -Wuninitialized -Wall -pipe -fomit-frame-pointer -ffast-math -finline-functions -funroll-loop -pthread -lmilter ../libclamav/.libs/libclamav.a ../clamd/cfgfile.o ../clamd/others.o -lsmutil
  29. ./contrib/old-clamav-milter/INSTALL: gcc30 -O3 -DCONFDIR=\"/usr/local/etc\" -I. -I.. -I../clamd -I../libclamav -pedantic -Wuninitialized -Wall -pipe -mcpu=pentium -march=pentium -fomit-frame-pointer -ffast-math -finline-functions -funroll-loops clamav-milter.c -pthread -lmilter ../libclamav/.libs/libclamav.a ../clamd/cfgfile.o ../clamd/others.o -lgnugetopt
  30. ./libclamav/c++/config/ltmain.sh: # Do not include libc_r directly, use -pthread flag.
  31. ./libclamav/c++/config/ltmain.sh: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  32. ./libclamav/c++/config/ltmain.sh: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  33. ./libclamav/c++/configure:# FreeBSD is only one which needs something else than -pthread,
  34. ./libclamav/c++/configure: THREAD_LIBS="-pthread -lc_r"
  35. ./libclamav/c++/configure: THREAD_LIBS="-pthread"
  36. ./libclamav/c++/configure.ac:# FreeBSD is only one which needs something else than -pthread,
  37. ./libclamav/c++/configure.ac: THREAD_LIBS="-pthread -lc_r"
  38. ./libclamav/c++/configure.ac: THREAD_LIBS="-pthread"
  39. ./libclamav/c++/llvm/autoconf/ltmain.sh: # Do not include libc_r directly, use -pthread flag.
  40. ./libclamav/c++/llvm/autoconf/ltmain.sh: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
  41. ./libclamav/c++/llvm/autoconf/ltmain.sh: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
  42. ./libclamav/c++/llvm/lib/System/Unix/Mutex.inc:// This file implements the Unix specific (non-pthread) Mutex class.
  43. ./libclamav/c++/llvm/lib/System/Unix/RWMutex.inc:// This file implements the Unix specific (non-pthread) RWMutex class.
  44. ./libclamav/c++/llvm/lib/System/Unix/ThreadLocal.inc:// This file implements the Unix specific (non-pthread) ThreadLocal class.
  45. ./libclamav/c++/llvm/lib/System/Win32/Mutex.inc:// This file implements the Win32 specific (non-pthread) Mutex class.
  46. ./libclamav/c++/llvm/lib/System/Win32/RWMutex.inc:// This file implements the Win32 specific (non-pthread) RWMutex class.
  47. ./libclamav/c++/llvm/lib/System/Win32/ThreadLocal.inc:// This file implements the Win32 specific (non-pthread) ThreadLocal class.
  48. ./libclamav/c++/Makefile.am.orig:libllvmsystem_la_LDFLAGS=-pthread
  49. ./libclamav/c++/Makefile.am.orig:tblgen_LDFLAGS=-pthread -Wl,--version-script,@top_srcdir@/llvm/autoconf/ExportMap.map
  50. ./libclamav/c++/Makefile.in.orig:libllvmsystem_la_LDFLAGS = -pthread
  51. ./libclamav/c++/Makefile.in.orig:@MAINTAINER_MODE_TRUE@tblgen_LDFLAGS = -pthread -Wl,--version-script,@top_srcdir@/llvm/autoconf/ExportMap.map
  52. ./libclamav/c++/configure.lineno:# FreeBSD is only one which needs something else than -pthread,
  53. ./libclamav/c++/configure.lineno: THREAD_LIBS="-pthread -lc_r"
  54. ./libclamav/c++/configure.lineno: THREAD_LIBS="-pthread"
  55. Binary file ./libclamav/c++/.libs/ScalarEvolution.o matches
  56. Binary file ./libclamav/c++/.libs/libllvmx86codegen_la-X86MCAsmInfo.o matches
  57. Binary file ./libclamav/c++/.libs/libllvmcodegen.a matches
  58. Binary file ./libclamav/c++/.libs/libllvmx86codegen.a matches
  59. Binary file ./libclamav/c++/.libs/libclamavcxx.a matches
  60. ./libclamav/c++/libtool: # Do not include libc_r directly, use -pthread flag.
  61. ./libclamav/c++/libtool: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  62. ./libclamav/c++/libtool: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  63. Binary file ./libclamav/c++/lli matches
  64. Binary file ./libclamav/c++/llc matches
  65. Binary file ./libclamav/c++/llvmunittest_VMCore matches
  66. Binary file ./libclamav/c++/llvmunittest_VMCore-ConstantsTest.o matches
  67. Binary file ./libclamav/c++/llvmunittest_JIT-JITEventListenerTest.o matches
  68. Binary file ./libclamav/c++/llvmunittest_JIT matches
  69. Binary file ./libclamav/.libs/libclamav.so.6 matches
  70. ./win32/3rdparty/pthreads/pthread_exit.c: if (--pthread_count <= 0)
  71. ./win32/3rdparty/pthreads/ptw32_threadStart.c: if (--pthread_count <= 0)
  72. ./win32/3rdparty/pthreads/ptw32_threadStart.c: if (--pthread_count <= 0)
  73. ./configure.orig: --disable-pthreads disable POSIX threads support
  74. ./configure.orig:# Check whether --enable-pthreads was given.
  75. ./configure.orig: THREAD_LIBS="-pthread -lc_r"
  76. ./configure.orig: THREAD_LIBS="-pthread"
  77. ./configure.orig: THREAD_LIBS="-pthread"
  78. ./configure.orig: CLAMD_LIBS="$CLAMD_LIBS -pthread"
  79. ./configure.orig: CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread"
  80. ./configure.orig: THREAD_LIBS="-pthread"
  81. ./configure.orig: THREAD_LIBS="-pthread"
  82. ./configure.lineno: --disable-pthreads disable POSIX threads support
  83. ./configure.lineno:# Check whether --enable-pthreads was given.
  84. ./configure.lineno: THREAD_LIBS="-pthread -lc_r"
  85. ./configure.lineno: THREAD_LIBS="-pthread"
  86. ./configure.lineno: THREAD_LIBS="-pthread"
  87. ./configure.lineno: CLAMD_LIBS="$CLAMD_LIBS -pthread"
  88. ./configure.lineno: CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread"
  89. ./configure.lineno: THREAD_LIBS="-pthread"
  90. ./configure.lineno: THREAD_LIBS="-pthread"
  91. ./configure.bak: --disable-pthreads disable POSIX threads support
  92. ./configure.bak:# Check whether --enable-pthreads was given.
  93. ./configure.bak: THREAD_LIBS="-pthread -lc_r"
  94. ./configure.bak: THREAD_LIBS="-pthread"
  95. ./configure.bak: THREAD_LIBS="-pthread"
  96. ./configure.bak: CLAMD_LIBS="$CLAMD_LIBS -pthread"
  97. ./configure.bak: CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread"
  98. ./configure.bak: THREAD_LIBS="-pthread"
  99. ./configure.bak: THREAD_LIBS="-pthread"
  100. ./libtool: # Do not include libc_r directly, use -pthread flag.
  101. ./libtool: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  102. ./libtool: -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement