aboutsummaryrefslogtreecommitdiff
path: root/libgomp/configure.ac
diff options
context:
space:
mode:
authorVarvara Rainchik <varvara.rainchik@intel.com>2014-12-10 13:42:20 +0000
committerKirill Yukhin <kyukhin@gcc.gnu.org>2014-12-10 13:42:20 +0000
commitf50eecba1389ff9da5112b2aaeb93c6ebaa38afc (patch)
tree669b9c23b1f8d3be5e8f8ec8a4b43aaee66653da /libgomp/configure.ac
parentd0d7c3578223567be0795ac70f4c26e788fc2387 (diff)
downloadgcc-f50eecba1389ff9da5112b2aaeb93c6ebaa38afc.zip
gcc-f50eecba1389ff9da5112b2aaeb93c6ebaa38afc.tar.gz
gcc-f50eecba1389ff9da5112b2aaeb93c6ebaa38afc.tar.bz2
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/configure.ac')
-rw-r--r--libgomp/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac
index cea6366..16ec158 100644
--- a/libgomp/configure.ac
+++ b/libgomp/configure.ac
@@ -245,6 +245,9 @@ fi
# See if we support thread-local storage.
GCC_CHECK_TLS
+# See if we have emulated thread-local storage.
+GCC_CHECK_EMUTLS
+
# See what sort of export controls are available.
LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY
LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT