diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 4f544fc..73cc6e9 100644 --- a/gold/config.in +++ b/gold/config.in @@ -31,6 +31,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if compiler supports #pragma omp threadprivate */ +#undef HAVE_OMP_SUPPORT + /* Define to 1 if you have the `pread' function. */ #undef HAVE_PREAD |