/[emacs]/emacs/gc/threadlibs.c
ViewVC logotype

Diff of /emacs/gc/threadlibs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by fx, Thu Jun 5 18:23:04 2003 UTC revision 1.2.2.1.2.1 by fx, Mon Jun 16 15:19:52 2003 UTC
# Line 4  Line 4 
4  int main()  int main()
5  {  {
6  #   if defined(GC_USE_LD_WRAP)  #   if defined(GC_USE_LD_WRAP)
7          printf("-Wl,--wrap -Wl,read -Wl,--wrap -Wl,dlopen "          printf("-Wl,--wrap -Wl,dlopen "
8                 "-Wl,--wrap -Wl,pthread_create -Wl,--wrap -Wl,pthread_join "                 "-Wl,--wrap -Wl,pthread_create -Wl,--wrap -Wl,pthread_join "
9                 "-Wl,--wrap -Wl,pthread_detach "                 "-Wl,--wrap -Wl,pthread_detach "
10                 "-Wl,--wrap -Wl,pthread_sigmask -Wl,--wrap -Wl,sleep\n");                 "-Wl,--wrap -Wl,pthread_sigmask -Wl,--wrap -Wl,sleep\n");
11  #   endif  #   endif
12  #   if defined(GC_LINUX_THREADS) || defined(GC_IRIX_THREADS) \  #   if defined(GC_LINUX_THREADS) || defined(GC_IRIX_THREADS) \
13          || defined(GC_FREEBSD_THREADS) || defined(GC_SOLARIS_PTHREADS) \          || defined(GC_FREEBSD_THREADS) || defined(GC_SOLARIS_PTHREADS) \
14          || defined(GC_MACOSX_THREADS)          || defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS)
15          printf("-lpthread\n");          printf("-lpthread\n");
16  #   endif  #   endif
17  #   if defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)  #   if defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26