public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Enable libgcj on Cygwin.
@ 2009-05-21 13:28 Dave Korn
  2009-05-21 13:38 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Korn @ 2009-05-21 13:28 UTC (permalink / raw)
  To: java-patches, GCC Patches

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]


    Hi all,

  Issues with DLL aside, building libgcj statically on cygwin works reasonably
well, at least well enough that I think we should turn it on and fix bugs
afterward.  The overall results aren't great, but plenty of execution tests
ran successfully:

                === libjava Summary ===

# of expected passes            2392
# of unexpected failures        96
# of untested testcases         84
runtest completed at Thu May 21 09:18:20 2009

... and I'll be following up on the failures as well as getting a shared lib
build to work.

  Ok for HEAD?

ChangeLog

	* configure.ac (cygwin noconfigdirs):  Remove libgcj.
	* configure:  Regenerate.

    cheers,
      DaveK

[-- Attachment #2: cyg-enable-libgcj.diff --]
[-- Type: text/x-c, Size: 591 bytes --]

Index: configure.ac
===================================================================
--- configure.ac	(revision 147710)
+++ configure.ac	(working copy)
@@ -731,7 +731,7 @@
     ;;    
   *-*-cygwin*)
     target_configdirs="$target_configdirs target-libtermcap target-winsup"
-    noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
     # always build newlib if winsup directory is present.
     if test -d "$srcdir/winsup/cygwin"; then
       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Enable libgcj on Cygwin.
  2009-05-21 13:28 [PATCH] Enable libgcj on Cygwin Dave Korn
@ 2009-05-21 13:38 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2009-05-21 13:38 UTC (permalink / raw)
  To: Dave Korn; +Cc: java-patches, GCC Patches

Dave Korn wrote:

>   Issues with DLL aside, building libgcj statically on cygwin works reasonably
> well, at least well enough that I think we should turn it on and fix bugs
> afterward.  The overall results aren't great, but plenty of execution tests
> ran successfully:
> 
>                 === libjava Summary ===
> 
> # of expected passes            2392
> # of unexpected failures        96
> # of untested testcases         84
> runtest completed at Thu May 21 09:18:20 2009
> 
> ... and I'll be following up on the failures as well as getting a shared lib
> build to work.
> 
>   Ok for HEAD?
> 
> ChangeLog
> 
> 	* configure.ac (cygwin noconfigdirs):  Remove libgcj.
> 	* configure:  Regenerate.

OK.

Andrew.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-21 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-21 13:28 [PATCH] Enable libgcj on Cygwin Dave Korn
2009-05-21 13:38 ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).