This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj status on darwin after the MERGE (boehm-gc)
- From: Geoff Keating <geoffk at geoffk dot org>
- To: toa at pop dot agri dot ch
- Cc: java at gcc dot gnu dot org
- Date: Wed, 30 Jul 2003 00:00:45 -0700
- Subject: Re: libgcj status on darwin after the MERGE (boehm-gc)
- References: <3F2664B2.9080302@pop.agri.ch> <3F276B77.3080500@pop.agri.ch>
> Date: Wed, 30 Jul 2003 08:53:43 +0200
> From: Andreas Tobler <toa@pop.agri.ch>
> Hi Geoffrey,
>
> Andreas Tobler wrote:
>
> > Hi libgcj'ers,
> >
> > here a status update from the darwin front.
> >
> > With the long awaited merge from boehm-gc into main I only see two types
> > of errors. One is related to non existant (at the moment) signal handler
> > mechanism for SIGSEV/BUS and the other has to todo with libstdc++
> > linking. (personality)
> >
> > One patch is outstanding from my side, it makes the jni tests run. I
> > already posted the patch a few months back but never commited it. (The
> > diff in the msg below, the others are applied)
> >
> > http://gcc.gnu.org/ml/java-patches/2003-q1/msg00709.html
> >
> > I ran the in-house (libgcj) testsuite, see below. Later I also run mauve
> > and jacks. To get some more figures.
> >
> > Do you like to see some other tests I should run?
> >
> > My wish is after succesful running these tests to enable libgcj by
> > default for gcc-3.4 on darwin. (Geoff ?? )
>
> I talked to the libjava guys and they say that a global maintainer or a
> darwin maintainer has to agree.
This patch is OK. I've been waiting for it for quite some time :-).
> What is your statement here? Do you agree enabling libjava for darwin in
> main? The needed patch is a one liner plus recreate the configure file.
>
> Thank you in advance,
>
> Andreas
>
> RCS file: /cvs/gcc/gcc/configure.in,v
> retrieving revision 1.247
> diff -u -r1.247 configure.in
> --- configure.in 28 Jul 2003 03:25:51 -0000 1.247
> +++ configure.in 30 Jul 2003 06:53:19 -0000
> @@ -321,7 +321,7 @@
> ;;
> *-*-darwin*)
> noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
> - noconfigdirs="$noconfigdirs target-libobjc ${libgcj}"
> + noconfigdirs="$noconfigdirs target-libobjc"
> ;;
> *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
> noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
>
>
>
--
- Geoffrey Keating <geoffk@geoffk.org>