repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch
[official-gcc.git]
/
boehm-gc
/
threadlibs.c
blob
c8530e6fe331bfad3d37eb06b1eda31649077fe8
1
# include
"config.h"
2
# include <stdio.h>
3
4
int
main
()
5
{
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
;
13
}
14