aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>2006-06-06 19:54:02 +0200
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2006-06-06 17:54:02 +0000
commit33815e0c91acd46c5338bb81fc10b3accea7fb19 (patch)
treed805693364f3c21a2db31ff9aacd8dac7a59c49f /gcc
parent281864aaf759b1c79db80852a4b6f42392c5b2e6 (diff)
downloadgcc-33815e0c91acd46c5338bb81fc10b3accea7fb19.zip
gcc-33815e0c91acd46c5338bb81fc10b3accea7fb19.tar.gz
gcc-33815e0c91acd46c5338bb81fc10b3accea7fb19.tar.bz2
time.c: New file.
* config/mingw32/time.c: New file. * configure.tgt: Use it. * config/i386/mingw32.h (GOMP_SELF_SPECS): Define. From-SVN: r114442
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 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 ""