diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i386/mingw32.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f69780..44a010d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr> + + * config/i386/mingw32.h (GOMP_SELF_SPECS): Define. + 2006-06-06 Ulrich Weigand <uweigand@de.ibm.com> PR target/27842 diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 6318831..bc18d64 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -108,3 +108,7 @@ do { \ /* Define as short unsigned for compatibility with MS runtime. */ #undef WINT_TYPE #define WINT_TYPE "short unsigned int" + +/* mingw32 doesn't understand the -pthread option. */ +#undef GOMP_SELF_SPECS +#define GOMP_SELF_SPECS "" |
