This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
WIN-12: added mingw) => *mingw*)
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 04 Feb 2002 16:09:43 -0800
- Subject: WIN-12: added mingw) => *mingw*)
- Organization: Myself
Whoops...
Commit?
- a
2002-02-04 Adam Megacz <adam@xwt.org>
* configure.in: Corrected mingw case branches; added * before
and after.
--- configure.in Mon Feb 4 16:12:01 2002
+++ configure.in Mon Feb 4 16:12:10 2002
@@ -209,7 +209,7 @@
case "$TARGET_ECOS" in
no) case "$host" in
- mingw)
+ *mingw*)
PLATFORM=Win32
;;
*)
@@ -849,7 +849,7 @@
alpha*-*-linux*)
SIGNAL_HANDLER=include/dwarf2-signal.h
;;
- mingw)
+ *mingw*)
SIGNAL_HANDLER=include/win32-signal.h
;;
*)