repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Makefile (subdir-target-args): New variable.
[glibc.git]
/
tls.make.c
blob
778d8ef0be587a9f1a38bd071537c2453bacba5d
1
/* This produces a makefile fragment saying `use-thread = yes' or no. */
2
3
#include <tls.h>
4
5
#if USE_TLS
6
@@@ use
-
tls
=
yes @@@
7
#else
8
@@@ use
-
tls
=
no @@@
9
#endif
10
11
#if USE___THREAD
12
@@@ use
-
thread
=
yes @@@
13
#else
14
@@@ use
-
thread
=
no @@@
15
#endif