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]

Re: Using libgcj bc on the Hurd


Hi,

Andrew Haley, le Tue 14 Aug 2007 10:01:54 +0100, a écrit :
> Samuel Thibault writes:
>  > Samuel Thibault, le Tue 24 Jul 2007 23:00:48 +0200, a écrit :
>  > > libjava/ChangeLog
>  > > 2007-07-24  Samuel Thibault  <samuel.thibault@ens-lyon.org>
>  > > 
>  > > 	* configure.host (gnu*): Set use_libgcj_bc to yes.
>  > > 
>  > > diff -ur libjava/configure.host libjava/configure.host  
>  > > --- libjava/configure.host	2006-09-07 01:00:37.000000000 +0200
>  > > +++ libjava/configure.host	2006-09-07 01:00:37.000000000 +0200
>  > > @@ -346,7 +346,7 @@
>  > >  esac
>  > >  
>  > >  case "${host}" in
>  > > -  *linux*|*-kfreebsd*-gnu)
>  > > +  *linux*|*-kfreebsd*-gnu|gnu*)
>  > >      use_libgcj_bc=yes
>  > >    ;;
>  > >    *)
> 
> This is ok.  Could you please post a link to the gcj test results on
> the hurd?

Here it is:

http://dept-info.labri.fr/~thibault/tmp/javacheck.log

The largefile failure is probably just because largefiles are not yet
supported. PR18699 and thread tests are probably because the old version
of BoehmGC being used doesn't support Hurd threads. As for Process and
GC failures, I haven't investigated yet.

Samuel


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