summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-06 17:54:02 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-06 17:54:02 +0000
commit5fbe65857cd146c1bfd10c8b96e416386084afc9 (patch)
treed805693364f3c21a2db31ff9aacd8dac7a59c49f /gcc
parent91ef386c684d8756d74959b2a30acdde29d87bb0 (diff)
downloadgcc-5fbe65857cd146c1bfd10c8b96e416386084afc9.tar.gz
* config/mingw32/time.c: New file.
* configure.tgt: Use it. * config/i386/mingw32.h (GOMP_SELF_SPECS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114442 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/mingw32.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1f69780145a..44a010ddacf 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 6318831118f..bc18d64976d 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 ""