Re: FFI closure on mips
Bryce McKinlay <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 12, 2009 at 4:49 PM, abhishek desai <[email protected]> wrote: > Is ffi closure necessay for libgcj compilation ? Can we compile libgcj > without the ffi closure support ? Closure support is required for the interpreter. You can configure with --disable-interpreter to build libgcj without using closures. Bryce