This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: patch#3 disable the libgcj interpreter under darwin
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: tromey at redhat dot com
- Cc: GCC-Java <java at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 02 Jan 2002 16:25:45 +0100
- Subject: Re: patch#3 disable the libgcj interpreter under darwin
- Organization: zero
- References: <3C330A3C.2978B313@pop.agri.ch> <87k7v0zs0l.fsf@creche.redhat.com>
Tom Tromey wrote:
>
> >>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
>
> Andreas> * configure.host
> Andreas> disable the interpreter for darwin(ppc)
>
> Why do we need to disable the interpreter here?
> Does Darwin have an ABI that isn't supported by libffi?
> Or do we instead just need to add some configury to libffi?
Hmm,
this is mainly what Bryce told me todo since with the interpreter it
doesn't get built. So I have to ask him for details.
Andreas