This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Win32 THREADS case in libjava configure.in script


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)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]