diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-06 17:54:02 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-06 17:54:02 +0000 |
commit | 5fbe65857cd146c1bfd10c8b96e416386084afc9 (patch) | |
tree | d805693364f3c21a2db31ff9aacd8dac7a59c49f /libgomp/configure.tgt | |
parent | 91ef386c684d8756d74959b2a30acdde29d87bb0 (diff) | |
download | gcc-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 'libgomp/configure.tgt')
-rw-r--r-- | libgomp/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index dedafd350aa..f27f9287f24 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -91,6 +91,10 @@ case "${target}" in XLDFLAGS="${XLDFLAGS} -lrt" ;; + *-*-mingw32*) + config_path="mingw32 posix" + ;; + *) ;; |