summaryrefslogtreecommitdiffstats
path: root/boehm-gc/threadlibs.c
blob: c8530e6fe331bfad3d37eb06b1eda31649077fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# include "config.h"
# include <stdio.h>

int main()
{
#   if defined(IRIX_THREADS) || defined(LINUX_THREADS)
	printf("-lpthread\n");
#   endif
#   ifdef SOLARIS_THREADS
        printf("-lthread -ldl\n");
#   endif
    return 0;
}

OpenPOWER on IntegriCloud