This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Using libgcj bc on the Hurd
Samuel Thibault writes:
> Hi,
>
> I didn't get any feedback on this:
>
> Samuel Thibault, le Tue 24 Jul 2007 23:00:48 +0200, a écrit :
> > On GNU Hurd, use_libgcj_bc can be set to yes too, here is a patch.
> >
> > Samuel
>
> > 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?
Thanks,
Andrew.