Commit 4d51dc9e by Danny Smith Committed by Danny Smith

* config/i386/mingw32.h (GOMP_SELF_SPECS): Add -mthreads for openmp.

From-SVN: r117492
parent b50019f0
2006-10-06 Danny Smith <dannysmith@users.sourceforge.net>
config/i386/mingw32.h (GOMP_SELF_SPECS): Add -mthreads for openmp.
2006-10-06 Jakub Jelinek <jakub@redhat.com> 2006-10-06 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/29290 PR tree-optimization/29290
......
...@@ -109,6 +109,6 @@ do { \ ...@@ -109,6 +109,6 @@ do { \
#undef WINT_TYPE #undef WINT_TYPE
#define WINT_TYPE "short unsigned int" #define WINT_TYPE "short unsigned int"
/* mingw32 doesn't understand the -pthread option. */ /* mingw32 uses the -mthreads option to enable thread support. */
#undef GOMP_SELF_SPECS #undef GOMP_SELF_SPECS
#define GOMP_SELF_SPECS "" #define GOMP_SELF_SPECS "%{fopenmp: -mthreads}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment