This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: enable interpreter for darwin
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, Tom Tromey<tromey at redhat dot com>
- Date: Fri, 8 Mar 2002 08:18:01 +0100
- Subject: Re: enable interpreter for darwin
- References: <3C8818E4.2090707@waitaki.otago.ac.nz>
>andreas tobler wrote:
>
>>since today we have officially closures on darwin and aix. Therefore I'd
>>like to enable the interpreter for libjava. I was working with it for a
>>month now and it seems to succeed. Since a few hours, the ffi support is
>>hopefully complete and we can offer it to all. Thanks to David who helped
>>me a lot. (ffi)
>>
>
>>2002-03-06 Andreas Tobler <a.tobler@schweiz.ch>
>>
>> * configure.host: enable the interpreter for darwin ppc
>>
>
>This patch is fine, though please make the changelog entry a complete
>sentence and make sure it is formatted consistently like other entries.
Sorry, is this one better?
2002-03-06 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host: Enable the interpreter for Darwin PPC by default.
This is now possible since libffi offers the neccessary
functionality.