This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
PATCH: Win32 THREADS case in libjava configure.in script
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Fri, 30 Aug 2002 17:47:53 +0530
- Subject: PATCH: Win32 THREADS case in libjava configure.in script
- Newsgroups: gmane.comp.gcc.java.patches
Hi,
This is my first patch to this list, so please
be a bit gentle before mauling me... Do let me know
if there's another way of doing things - I'm doing
this on the suggestion of Tom Tromey and others on
the gcj-devel lists.
I verified that this change, needed to compile GCJ
on MinGW/MSYS, was not there both in the "HEAD" as well
as the "cygwin-mingw-gcc-3_2-branch" branch of GCC (as
seen via CVSWEB). The file in question is the
"libjava/configure.in" script:
------------------------ 8< --------------------------
--- configure.in Fri Aug 30 17:36:08 2002
+++ configure.in.new Fri Aug 30 17:38:58 2002
@@ -358,6 +358,7 @@
esac
;;
win32)
+ THREADS=win32
;;
decosf1 | irix | mach | os2 | solaris | dce | vxworks)
AC_MSG_ERROR(thread package $THREADS not yet supported)
------------------------ 8< --------------------------
Thanks for your support,
Sincerely Yours,
Ranjit Mathew.
(rmathew_AT_hotmail_DOT_com)