From owner-freebsd-java Mon Apr 5 5:10:51 1999 Delivered-To: freebsd-java@freebsd.org Received: from iglou.com (iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (Postfix) with ESMTP id D99671543A for ; Mon, 5 Apr 1999 05:10:49 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.66] (helo=gateway.cre8tivegroup.com) by iglou.com with esmtp (8.9.1/8.9.1) id 10U8BI-00051r-00; Mon, 5 Apr 1999 08:08:44 -0400 Content-Length: 1039 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199904021646.SAA03853@ak.sax.de> Date: Mon, 05 Apr 1999 08:08:36 -0500 (EDT) From: Patrick Gardella To: Albrecht Kleine Subject: Re: JIT for ELF JDK Cc: freebsd-java@FreeBSD.ORG, sprice@hiwaay.net Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Albrecht, Yes, we have recently released an ELF version of JDK 1.1.7. Now that FreeBSD development is totally ELF, it's needed! Patrick On 02-Apr-99 Albrecht Kleine wrote: > You wrote: > >> > Apply the patch. It will ask about if it is reversed. Answer > >> > --- tya.S.orig Thu Apr 1 14:55:33 1999 >> > +++ tya.S Thu Apr 1 14:58:33 1999 >> > @@ -4,7 +4,7 @@ >> > #define TYAASM_S >> > #include "tyaconfig.h" >> > >> > -#ifdef FREEBSD >> > +#if defined(FREEBSD) && !defined(__ELF__) >> > #include "tyaasm_FreeBSD.S" >> > #else >> > #include "tyaasm.S" >> >> Indeed that does the trick. Many thanks. > > > Tnx for your work out there. Because I've no FreeBSD running > I assumed that ``FreeBSD==a.out'', but it seems now you > have something new in ELF ? > > Cheers > Albrecht (author of TYA) --- Patrick S. Gardella Director of Web Development The Creative Group 1-800-804-0783 ext 29 606-858-8029 (fax) http://www.cre8tivegroup.com PGP Key ID 0xEE2D47A9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message