diff options
author | Varvara Rainchik <varvara.rainchik@intel.com> | 2014-12-10 13:42:20 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2014-12-10 13:42:20 +0000 |
commit | f50eecba1389ff9da5112b2aaeb93c6ebaa38afc (patch) | |
tree | 669b9c23b1f8d3be5e8f8ec8a4b43aaee66653da /libgomp/config.h.in | |
parent | d0d7c3578223567be0795ac70f4c26e788fc2387 (diff) | |
download | gcc-f50eecba1389ff9da5112b2aaeb93c6ebaa38afc.tar.gz |
config.h.in: Regenerate.
libgomp/
* config.h.in: Regenerate.
* configure: Regenerate.
* configure.ac: Add GCC_CHECK_EMUTLS.
* libgomp.h: Add check for USE_EMUTLS: this case
is equal to HAVE_TLS.
* team.c: Likewise.
From-SVN: r218576
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 94a2b3b3b32..a5e27ca4eaf 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -79,6 +79,9 @@ /* Define to 1 if the target supports thread-local storage. */ #undef HAVE_TLS +/* Define to 1 if the target use emutls for thread-local storage. */ +#undef USE_EMUTLS + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |