diff options
Diffstat (limited to 'gcc-4.9/libgomp/config.h.in')
-rw-r--r-- | gcc-4.9/libgomp/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.9/libgomp/config.h.in b/gcc-4.9/libgomp/config.h.in index 14c7e2a9a..9c26e6d98 100644 --- a/gcc-4.9/libgomp/config.h.in +++ b/gcc-4.9/libgomp/config.h.in @@ -76,6 +76,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 |