* stmt.c (expand_anon_union_decl): When any of the elements of the
[official-gcc.git] / boehm-gc / threadlibs.c
blobc8530e6fe331bfad3d37eb06b1eda31649077fe8
1 # include "config.h"
2 # include <stdio.h>
4 int main()
6 # if defined(IRIX_THREADS) || defined(LINUX_THREADS)
7 printf("-lpthread\n");
8 # endif
9 # ifdef SOLARIS_THREADS
10 printf("-lthread -ldl\n");
11 # endif
12 return 0;