From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28670 invoked by alias); 12 Oct 2009 16:02:42 -0000 Received: (qmail 28545 invoked by uid 22791); 12 Oct 2009 16:02:41 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f225.google.com (HELO mail-bw0-f225.google.com) (209.85.218.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Oct 2009 16:02:33 +0000 Received: by bwz25 with SMTP id 25so187055bwz.8 for ; Mon, 12 Oct 2009 09:02:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.181.167 with SMTP id m39mr387948hbg.169.1255363350918; Mon, 12 Oct 2009 09:02:30 -0700 (PDT) In-Reply-To: <898285d30910120849v771f35f7pb13675e261490dfb@mail.gmail.com> References: <898285d30910120849v771f35f7pb13675e261490dfb@mail.gmail.com> Date: Mon, 12 Oct 2009 16:02:00 -0000 Message-ID: <7230133d0910120902n435576edi3669bbdc25c9ff56@mail.gmail.com> Subject: Re: FFI closure on mips From: Bryce McKinlay To: abhishek desai Cc: java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00037.txt.bz2 On Mon, Oct 12, 2009 at 4:49 PM, abhishek desai 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