Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Apr 1999 18:46:33 +0200 (MEST)
From:      Albrecht Kleine <kleine@ak.sax.de>
To:        patrick@cre8tivegroup.com (Patrick Gardella)
Cc:        sprice@hiwaay.net, freebsd-java@FreeBSD.ORG
Subject:   Re: JIT for ELF JDK
Message-ID:  <199904021646.SAA03853@ak.sax.de>
In-Reply-To: <XFMail.990401162305.patrick@cre8tivegroup.com> from Patrick Gardella at "Apr 1, 1999  4:23: 5 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904021646.SAA03853>