~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gc/threadlibs.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-06-21 09:21:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621092121-txz1f21lj0wh0f67
Tags: 0.9h-20060617-1
* New upstream version
* Updated standards version without real changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
          printf("-pthread\n");
23
23
#       endif
24
24
#   endif
 
25
#   if defined(GC_NETBSD_THREADS)
 
26
          printf("-lpthread -lrt\n");
 
27
#   endif
 
28
 
25
29
#   if defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)
26
30
        printf("-lpthread -lrt\n");
27
31
#   endif